Skip to content

Commit 95d4c30

Browse files
committed
Swift: Fix .expected tests
Only UnsafeJsEval remains.
1 parent 6269e6b commit 95d4c30

File tree

16 files changed

+888
-954
lines changed

16 files changed

+888
-954
lines changed

swift/ql/test/extractor-tests/generated/decl/AccessorDecl/AccessorDecl.expected

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
| accessors.swift:2:9:2:9 | _modify | (unnamed function decl) |
2+
| accessors.swift:2:9:2:9 | get | (unnamed function decl) |
3+
| accessors.swift:2:9:2:9 | set | (unnamed function decl) |
4+
| accessors.swift:3:9:3:9 | _modify | (unnamed function decl) |
5+
| accessors.swift:4:9:4:28 | get | (unnamed function decl) |
6+
| accessors.swift:5:9:5:42 | set | (unnamed function decl) |
7+
| accessors.swift:7:9:7:9 | _modify | (unnamed function decl) |
8+
| accessors.swift:7:9:7:9 | get | (unnamed function decl) |
9+
| accessors.swift:7:9:7:9 | set | (unnamed function decl) |
10+
| accessors.swift:8:9:8:29 | willSet | (unnamed function decl) |
11+
| accessors.swift:11:9:11:9 | _modify | (unnamed function decl) |
12+
| accessors.swift:11:9:11:9 | get | (unnamed function decl) |
13+
| accessors.swift:11:9:11:9 | set | (unnamed function decl) |
14+
| accessors.swift:12:9:12:19 | willSet | (unnamed function decl) |
15+
| accessors.swift:15:9:15:9 | _modify | (unnamed function decl) |
16+
| accessors.swift:15:9:15:9 | get | (unnamed function decl) |
17+
| accessors.swift:15:9:15:9 | set | (unnamed function decl) |
18+
| accessors.swift:16:9:16:28 | didSet | (unnamed function decl) |
19+
| accessors.swift:19:9:19:9 | _modify | (unnamed function decl) |
20+
| accessors.swift:19:9:19:9 | get | (unnamed function decl) |
21+
| accessors.swift:19:9:19:9 | set | (unnamed function decl) |
22+
| accessors.swift:20:9:20:18 | didSet | (unnamed function decl) |
23+
| accessors.swift:23:9:23:9 | _modify | (unnamed function decl) |
24+
| accessors.swift:23:9:23:9 | get | (unnamed function decl) |
25+
| accessors.swift:23:9:23:9 | set | (unnamed function decl) |
26+
| accessors.swift:24:9:24:19 | willSet | (unnamed function decl) |
27+
| accessors.swift:26:9:26:18 | didSet | (unnamed function decl) |
28+
| accessors.swift:29:9:29:9 | get | (unnamed function decl) |
29+
| accessors.swift:29:9:29:9 | set | (unnamed function decl) |
30+
| accessors.swift:30:9:32:9 | _read | (unnamed function decl) |
31+
| accessors.swift:33:9:35:9 | _modify | (unnamed function decl) |
32+
| accessors.swift:38:9:38:9 | _modify | (unnamed function decl) |
33+
| accessors.swift:38:9:38:9 | get | (unnamed function decl) |
34+
| accessors.swift:38:9:38:9 | set | (unnamed function decl) |
35+
| accessors.swift:39:9:41:9 | unsafeAddress | (unnamed function decl) |
36+
| accessors.swift:42:9:44:9 | unsafeMutableAddress | (unnamed function decl) |
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
| functions.swift:1:1:3:1 | foo() | hasSelfParam: | no | getNumberOfParams: | 0 | hasBody: | yes | getNumberOfGenericTypeParams: | 0 | getModule: | file://:0:0:0:0 | functions | getInterfaceType: | () -> Int | getName: | foo() |
2-
| functions.swift:5:1:7:1 | bar(_:d:) | hasSelfParam: | no | getNumberOfParams: | 2 | hasBody: | yes | getNumberOfGenericTypeParams: | 0 | getModule: | file://:0:0:0:0 | functions | getInterfaceType: | (Int, Double) -> Int | getName: | bar(_:d:) |
3-
| functions.swift:10:5:10:28 | noBody(x:) | hasSelfParam: | yes | getNumberOfParams: | 1 | hasBody: | no | getNumberOfGenericTypeParams: | 0 | getModule: | file://:0:0:0:0 | functions | getInterfaceType: | <Self where Self : Beep> (Self) -> (Int) -> Int | getName: | noBody(x:) |
4-
| functions.swift:13:1:15:1 | variadic(_:) | hasSelfParam: | no | getNumberOfParams: | 1 | hasBody: | yes | getNumberOfGenericTypeParams: | 0 | getModule: | file://:0:0:0:0 | functions | getInterfaceType: | (Int...) -> () | getName: | variadic(_:) |
5-
| functions.swift:17:1:19:1 | generic(x:y:) | hasSelfParam: | no | getNumberOfParams: | 2 | hasBody: | yes | getNumberOfGenericTypeParams: | 2 | getModule: | file://:0:0:0:0 | functions | getInterfaceType: | <X, Y> (x: X, y: Y) -> () | getName: | generic(x:y:) |
1+
| functions.swift:1:1:3:1 | foo() | hasName: | yes | hasSelfParam: | no | getNumberOfParams: | 0 | hasBody: | yes | getNumberOfGenericTypeParams: | 0 | getModule: | file://:0:0:0:0 | functions | getInterfaceType: | () -> Int |
2+
| functions.swift:5:1:7:1 | bar(_:d:) | hasName: | yes | hasSelfParam: | no | getNumberOfParams: | 2 | hasBody: | yes | getNumberOfGenericTypeParams: | 0 | getModule: | file://:0:0:0:0 | functions | getInterfaceType: | (Int, Double) -> Int |
3+
| functions.swift:10:5:10:28 | noBody(x:) | hasName: | yes | hasSelfParam: | yes | getNumberOfParams: | 1 | hasBody: | no | getNumberOfGenericTypeParams: | 0 | getModule: | file://:0:0:0:0 | functions | getInterfaceType: | <Self where Self : Beep> (Self) -> (Int) -> Int |
4+
| functions.swift:13:1:15:1 | variadic(_:) | hasName: | yes | hasSelfParam: | no | getNumberOfParams: | 1 | hasBody: | yes | getNumberOfGenericTypeParams: | 0 | getModule: | file://:0:0:0:0 | functions | getInterfaceType: | (Int...) -> () |
5+
| functions.swift:17:1:19:1 | generic(x:y:) | hasName: | yes | hasSelfParam: | no | getNumberOfParams: | 2 | hasBody: | yes | getNumberOfGenericTypeParams: | 2 | getModule: | file://:0:0:0:0 | functions | getInterfaceType: | <X, Y> (x: X, y: Y) -> () |
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
| functions.swift:1:1:3:1 | foo() | foo() |
2+
| functions.swift:5:1:7:1 | bar(_:d:) | bar(_:d:) |
3+
| functions.swift:10:5:10:28 | noBody(x:) | noBody(x:) |
4+
| functions.swift:13:1:15:1 | variadic(_:) | variadic(_:) |
5+
| functions.swift:17:1:19:1 | generic(x:y:) | generic(x:y:) |

swift/ql/test/extractor-tests/generated/expr/EnumIsCaseExpr/EnumIsCaseExpr.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
| enum_is_case.swift:21:1:21:5 | ... is some | hasType: | yes | getSubExpr: | enum_is_case.swift:21:1:21:5 | [...] | getElement: | file://:0:0:0:0 | some |
88
| enum_is_case.swift:22:1:22:10 | ... is some | hasType: | yes | getSubExpr: | enum_is_case.swift:22:1:22:10 | [...] | getElement: | file://:0:0:0:0 | some |
99
| enum_is_case.swift:23:1:23:10 | ... is some | hasType: | yes | getSubExpr: | enum_is_case.swift:23:1:23:10 | [...] | getElement: | file://:0:0:0:0 | some |
10-
| enum_is_case.swift:24:1:24:8 | ... is some | hasType: | yes | getSubExpr: | enum_is_case.swift:24:1:24:8 | call to init() | getElement: | file://:0:0:0:0 | some |
10+
| enum_is_case.swift:24:1:24:8 | ... is some | hasType: | yes | getSubExpr: | enum_is_case.swift:24:1:24:8 | call to Set<Element>.init() | getElement: | file://:0:0:0:0 | some |

swift/ql/test/extractor-tests/generated/expr/IdentityExpr/IdentityExpr.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
| identity_expressions.swift:4:9:4:14 | .self | DotSelfExpr | hasType: | yes | getSubExpr: | identity_expressions.swift:4:9:4:9 | self |
22
| identity_expressions.swift:4:9:4:21 | .self | DotSelfExpr | hasType: | yes | getSubExpr: | identity_expressions.swift:4:9:4:19 | .x |
33
| identity_expressions.swift:4:28:4:31 | (...) | ParenExpr | hasType: | yes | getSubExpr: | identity_expressions.swift:4:29:4:29 | 42 |
4-
| identity_expressions.swift:8:5:8:9 | (...) | ParenExpr | hasType: | yes | getSubExpr: | identity_expressions.swift:8:6:8:8 | call to init() |
4+
| identity_expressions.swift:8:5:8:9 | (...) | ParenExpr | hasType: | yes | getSubExpr: | identity_expressions.swift:8:6:8:8 | call to A.init() |
55
| identity_expressions.swift:11:28:11:43 | (...) | ParenExpr | hasType: | yes | getSubExpr: | identity_expressions.swift:11:35:11:42 | call to create() |
66
| identity_expressions.swift:11:29:11:42 | await ... | AwaitExpr | hasType: | yes | getSubExpr: | identity_expressions.swift:11:35:11:42 | call to create() |
77
| identity_expressions.swift:14:5:14:21 | await ... | AwaitExpr | hasType: | yes | getSubExpr: | identity_expressions.swift:14:11:14:21 | call to process() |
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
| file://:0:0:0:0 | UnownedSerialExecutor.init(_:) | getBase: | file://:0:0:0:0 | UnownedSerialExecutor.Type |
2-
| method_lookups.swift:7:13:7:13 | (no string representation) | getBase: | method_lookups.swift:7:13:7:13 | self |
3-
| method_lookups.swift:7:13:7:13 | .baz(_:) | getBase: | file://:0:0:0:0 | self |
4-
| method_lookups.swift:16:13:16:13 | (no string representation) | getBase: | method_lookups.swift:16:13:16:13 | self |
5-
| method_lookups.swift:16:13:16:13 | .baz(_:) | getBase: | file://:0:0:0:0 | self |
6-
| method_lookups.swift:27:13:27:13 | (no string representation) | getBase: | method_lookups.swift:27:13:27:13 | self |
7-
| method_lookups.swift:27:13:27:13 | .baz(_:) | getBase: | file://:0:0:0:0 | self |
8-
| method_lookups.swift:32:3:32:5 | .foo(_:_:) | getBase: | method_lookups.swift:32:3:32:3 | X.Type |
9-
| method_lookups.swift:33:3:33:5 | .bar() | getBase: | method_lookups.swift:33:3:33:3 | X.Type |
10-
| method_lookups.swift:34:3:34:3 | X.init() | getBase: | method_lookups.swift:34:3:34:3 | X.Type |
11-
| method_lookups.swift:34:3:34:7 | .baz(_:) | getBase: | method_lookups.swift:34:3:34:5 | call to X.init() |
12-
| method_lookups.swift:36:11:36:13 | (no string representation) | getBase: | method_lookups.swift:36:11:36:11 | X.Type |
13-
| method_lookups.swift:36:13:36:13 | .bar() | getBase: | file://:0:0:0:0 | self |
14-
| method_lookups.swift:37:11:37:11 | X.init() | getBase: | method_lookups.swift:37:11:37:11 | X.Type |
15-
| method_lookups.swift:37:11:37:15 | (no string representation) | getBase: | method_lookups.swift:37:11:37:13 | call to X.init() |
16-
| method_lookups.swift:37:15:37:15 | .baz(_:) | getBase: | file://:0:0:0:0 | self |
17-
| method_lookups.swift:40:1:40:1 | Task<Success, Never>.init(priority:operation:) | getBase: | method_lookups.swift:40:1:40:1 | Task<(), Never>.Type |
18-
| method_lookups.swift:41:3:41:5 | .foo(_:_:) | getBase: | method_lookups.swift:41:3:41:3 | Y.Type |
19-
| method_lookups.swift:42:9:42:9 | Y.init() | getBase: | method_lookups.swift:42:9:42:9 | Y.Type |
20-
| method_lookups.swift:42:9:42:13 | .baz(_:) | getBase: | method_lookups.swift:42:9:42:11 | call to Y.init() |
21-
| method_lookups.swift:44:11:44:13 | (no string representation) | getBase: | method_lookups.swift:44:11:44:11 | Y.Type |
22-
| method_lookups.swift:44:13:44:13 | .foo(_:_:) | getBase: | file://:0:0:0:0 | self |
23-
| method_lookups.swift:47:1:47:1 | Task<Success, Never>.init(priority:operation:) | getBase: | method_lookups.swift:47:1:47:1 | Task<(), Never>.Type |
24-
| method_lookups.swift:48:9:48:11 | .foo(_:_:) | getBase: | method_lookups.swift:48:9:48:9 | Z.Type |
25-
| method_lookups.swift:49:9:49:11 | .bar() | getBase: | method_lookups.swift:49:9:49:9 | Z.Type |
26-
| method_lookups.swift:50:9:50:9 | Z.init() | getBase: | method_lookups.swift:50:9:50:9 | Z.Type |
27-
| method_lookups.swift:50:9:50:13 | .baz(_:) | getBase: | method_lookups.swift:50:9:50:11 | call to Z.init() |
28-
| method_lookups.swift:52:11:52:13 | (no string representation) | getBase: | method_lookups.swift:52:11:52:11 | Z.Type |
29-
| method_lookups.swift:52:13:52:13 | .bar() | getBase: | file://:0:0:0:0 | self |
30-
| method_lookups.swift:53:11:53:23 | (no string representation) | getBase: | method_lookups.swift:53:18:53:20 | call to Z.init() |
31-
| method_lookups.swift:53:18:53:18 | Z.init() | getBase: | method_lookups.swift:53:18:53:18 | Z.Type |
32-
| method_lookups.swift:53:23:53:23 | .baz(_:) | getBase: | file://:0:0:0:0 | self |
1+
| file://:0:0:0:0 | UnownedSerialExecutor.init(_:) | hasType: | yes | getBase: | file://:0:0:0:0 | UnownedSerialExecutor.Type | hasMember: | yes |
2+
| method_lookups.swift:7:13:7:13 | (no string representation) | hasType: | yes | getBase: | method_lookups.swift:7:13:7:13 | self | hasMember: | no |
3+
| method_lookups.swift:7:13:7:13 | .baz(_:) | hasType: | yes | getBase: | file://:0:0:0:0 | self | hasMember: | yes |
4+
| method_lookups.swift:16:13:16:13 | (no string representation) | hasType: | yes | getBase: | method_lookups.swift:16:13:16:13 | self | hasMember: | no |
5+
| method_lookups.swift:16:13:16:13 | .baz(_:) | hasType: | yes | getBase: | file://:0:0:0:0 | self | hasMember: | yes |
6+
| method_lookups.swift:27:13:27:13 | (no string representation) | hasType: | yes | getBase: | method_lookups.swift:27:13:27:13 | self | hasMember: | no |
7+
| method_lookups.swift:27:13:27:13 | .baz(_:) | hasType: | yes | getBase: | file://:0:0:0:0 | self | hasMember: | yes |
8+
| method_lookups.swift:32:3:32:5 | .foo(_:_:) | hasType: | yes | getBase: | method_lookups.swift:32:3:32:3 | X.Type | hasMember: | yes |
9+
| method_lookups.swift:33:3:33:5 | .bar() | hasType: | yes | getBase: | method_lookups.swift:33:3:33:3 | X.Type | hasMember: | yes |
10+
| method_lookups.swift:34:3:34:3 | X.init() | hasType: | yes | getBase: | method_lookups.swift:34:3:34:3 | X.Type | hasMember: | yes |
11+
| method_lookups.swift:34:3:34:7 | .baz(_:) | hasType: | yes | getBase: | method_lookups.swift:34:3:34:5 | call to X.init() | hasMember: | yes |
12+
| method_lookups.swift:36:11:36:13 | (no string representation) | hasType: | yes | getBase: | method_lookups.swift:36:11:36:11 | X.Type | hasMember: | no |
13+
| method_lookups.swift:36:13:36:13 | .bar() | hasType: | yes | getBase: | file://:0:0:0:0 | self | hasMember: | yes |
14+
| method_lookups.swift:37:11:37:11 | X.init() | hasType: | yes | getBase: | method_lookups.swift:37:11:37:11 | X.Type | hasMember: | yes |
15+
| method_lookups.swift:37:11:37:15 | (no string representation) | hasType: | yes | getBase: | method_lookups.swift:37:11:37:13 | call to X.init() | hasMember: | no |
16+
| method_lookups.swift:37:15:37:15 | .baz(_:) | hasType: | yes | getBase: | file://:0:0:0:0 | self | hasMember: | yes |
17+
| method_lookups.swift:40:1:40:1 | Task<Success, Never>.init(priority:operation:) | hasType: | yes | getBase: | method_lookups.swift:40:1:40:1 | Task<(), Never>.Type | hasMember: | yes |
18+
| method_lookups.swift:41:3:41:5 | .foo(_:_:) | hasType: | yes | getBase: | method_lookups.swift:41:3:41:3 | Y.Type | hasMember: | yes |
19+
| method_lookups.swift:42:9:42:9 | Y.init() | hasType: | yes | getBase: | method_lookups.swift:42:9:42:9 | Y.Type | hasMember: | yes |
20+
| method_lookups.swift:42:9:42:13 | .baz(_:) | hasType: | yes | getBase: | method_lookups.swift:42:9:42:11 | call to Y.init() | hasMember: | yes |
21+
| method_lookups.swift:44:11:44:13 | (no string representation) | hasType: | yes | getBase: | method_lookups.swift:44:11:44:11 | Y.Type | hasMember: | no |
22+
| method_lookups.swift:44:13:44:13 | .foo(_:_:) | hasType: | yes | getBase: | file://:0:0:0:0 | self | hasMember: | yes |
23+
| method_lookups.swift:47:1:47:1 | Task<Success, Never>.init(priority:operation:) | hasType: | yes | getBase: | method_lookups.swift:47:1:47:1 | Task<(), Never>.Type | hasMember: | yes |
24+
| method_lookups.swift:48:9:48:11 | .foo(_:_:) | hasType: | yes | getBase: | method_lookups.swift:48:9:48:9 | Z.Type | hasMember: | yes |
25+
| method_lookups.swift:49:9:49:11 | .bar() | hasType: | yes | getBase: | method_lookups.swift:49:9:49:9 | Z.Type | hasMember: | yes |
26+
| method_lookups.swift:50:9:50:9 | Z.init() | hasType: | yes | getBase: | method_lookups.swift:50:9:50:9 | Z.Type | hasMember: | yes |
27+
| method_lookups.swift:50:9:50:13 | .baz(_:) | hasType: | yes | getBase: | method_lookups.swift:50:9:50:11 | call to Z.init() | hasMember: | yes |
28+
| method_lookups.swift:52:11:52:13 | (no string representation) | hasType: | yes | getBase: | method_lookups.swift:52:11:52:11 | Z.Type | hasMember: | no |
29+
| method_lookups.swift:52:13:52:13 | .bar() | hasType: | yes | getBase: | file://:0:0:0:0 | self | hasMember: | yes |
30+
| method_lookups.swift:53:11:53:23 | (no string representation) | hasType: | yes | getBase: | method_lookups.swift:53:18:53:20 | call to Z.init() | hasMember: | no |
31+
| method_lookups.swift:53:18:53:18 | Z.init() | hasType: | yes | getBase: | method_lookups.swift:53:18:53:18 | Z.Type | hasMember: | yes |
32+
| method_lookups.swift:53:23:53:23 | .baz(_:) | hasType: | yes | getBase: | file://:0:0:0:0 | self | hasMember: | yes |

swift/ql/test/library-tests/dataflow/dataflow/LocalFlow.expected

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
| test.swift:174:12:174:12 | [post] self | test.swift:173:3:175:3 | self[return] |
129129
| test.swift:174:12:174:12 | self | test.swift:173:3:175:3 | self[return] |
130130
| test.swift:179:7:179:7 | SSA def(a) | test.swift:180:3:180:3 | a |
131-
| test.swift:179:11:179:13 | call to init() | test.swift:179:7:179:7 | SSA def(a) |
131+
| test.swift:179:11:179:13 | call to A.init() | test.swift:179:7:179:7 | SSA def(a) |
132132
| test.swift:180:3:180:3 | [post] a | test.swift:181:13:181:13 | a |
133133
| test.swift:180:3:180:3 | a | test.swift:181:13:181:13 | a |
134134
| test.swift:184:7:184:7 | SSA def(self) | test.swift:184:7:184:7 | self[return] |
@@ -142,23 +142,23 @@
142142
| test.swift:188:5:188:5 | [post] self | test.swift:187:3:189:3 | self[return] |
143143
| test.swift:188:5:188:5 | self | test.swift:187:3:189:3 | self[return] |
144144
| test.swift:193:7:193:7 | SSA def(b) | test.swift:194:3:194:3 | b |
145-
| test.swift:193:11:193:13 | call to init() | test.swift:193:7:193:7 | SSA def(b) |
145+
| test.swift:193:11:193:13 | call to B.init() | test.swift:193:7:193:7 | SSA def(b) |
146146
| test.swift:194:3:194:3 | [post] b | test.swift:195:13:195:13 | b |
147147
| test.swift:194:3:194:3 | b | test.swift:195:13:195:13 | b |
148148
| test.swift:199:7:199:7 | SSA def(a) | test.swift:200:3:200:3 | a |
149-
| test.swift:199:11:199:13 | call to init() | test.swift:199:7:199:7 | SSA def(a) |
149+
| test.swift:199:11:199:13 | call to A.init() | test.swift:199:7:199:7 | SSA def(a) |
150150
| test.swift:200:3:200:3 | [post] a | test.swift:201:13:201:13 | a |
151151
| test.swift:200:3:200:3 | a | test.swift:201:13:201:13 | a |
152152
| test.swift:205:7:205:7 | SSA def(a) | test.swift:206:3:206:3 | a |
153-
| test.swift:205:11:205:13 | call to init() | test.swift:205:7:205:7 | SSA def(a) |
153+
| test.swift:205:11:205:13 | call to A.init() | test.swift:205:7:205:7 | SSA def(a) |
154154
| test.swift:206:3:206:3 | [post] a | test.swift:207:13:207:13 | a |
155155
| test.swift:206:3:206:3 | a | test.swift:207:13:207:13 | a |
156156
| test.swift:211:7:211:7 | SSA def(a) | test.swift:212:3:212:3 | a |
157-
| test.swift:211:11:211:13 | call to init() | test.swift:211:7:211:7 | SSA def(a) |
157+
| test.swift:211:11:211:13 | call to A.init() | test.swift:211:7:211:7 | SSA def(a) |
158158
| test.swift:212:3:212:3 | [post] a | test.swift:213:13:213:13 | a |
159159
| test.swift:212:3:212:3 | a | test.swift:213:13:213:13 | a |
160160
| test.swift:217:7:217:7 | SSA def(b) | test.swift:218:3:218:3 | b |
161-
| test.swift:217:11:217:13 | call to init() | test.swift:217:7:217:7 | SSA def(b) |
161+
| test.swift:217:11:217:13 | call to B.init() | test.swift:217:7:217:7 | SSA def(b) |
162162
| test.swift:218:3:218:3 | [post] b | test.swift:219:13:219:13 | b |
163163
| test.swift:218:3:218:3 | b | test.swift:219:13:219:13 | b |
164164
| test.swift:222:7:222:7 | SSA def(self) | test.swift:222:7:222:7 | self[return] |
@@ -171,7 +171,7 @@
171171
| test.swift:227:5:227:5 | SSA def(self) | test.swift:227:5:229:5 | self[return] |
172172
| test.swift:227:5:227:5 | self | test.swift:227:5:227:5 | SSA def(self) |
173173
| test.swift:234:7:234:7 | SSA def(a) | test.swift:235:13:235:13 | a |
174-
| test.swift:234:11:234:31 | call to init() | test.swift:234:7:234:7 | SSA def(a) |
174+
| test.swift:234:11:234:31 | call to HasComputedProperty.init() | test.swift:234:7:234:7 | SSA def(a) |
175175
| test.swift:235:13:235:13 | [post] a | test.swift:237:3:237:3 | a |
176176
| test.swift:235:13:235:13 | a | test.swift:237:3:237:3 | a |
177177
| test.swift:237:3:237:3 | [post] a | test.swift:238:13:238:13 | a |

0 commit comments

Comments
 (0)