Skip to content

Commit 90ba381

Browse files
committed
K2: library-tests/private-anonymous-types: Accept loc changes
1 parent e63ddd2 commit 90ba381

File tree

1 file changed

+4
-4
lines changed
  • java/ql/test-kotlin2/library-tests/private-anonymous-types

1 file changed

+4
-4
lines changed

java/ql/test-kotlin2/library-tests/private-anonymous-types/test.expected

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
| other.kt:1:1:1:34 | Ext | other.kt:1:1:1:34 | Ext |
1717
| test.kt:0:0:0:0 | TestKt | test.kt:24:1:24:38 | user |
1818
| test.kt:1:1:5:1 | If | test.kt:3:3:3:11 | getX |
19-
| test.kt:7:1:22:1 | A | test.kt:7:6:22:1 | A |
19+
| test.kt:7:1:22:1 | A | test.kt:7:16:7:21 | A |
2020
| test.kt:7:1:22:1 | A | test.kt:9:3:11:3 | anonType |
2121
| test.kt:7:1:22:1 | A | test.kt:9:3:11:3 | getAnonType |
22+
| test.kt:7:1:22:1 | A | test.kt:13:3:15:3 | getPrivateAnonType$private |
2223
| test.kt:7:1:22:1 | A | test.kt:13:3:15:3 | privateAnonType |
23-
| test.kt:7:1:22:1 | A | test.kt:13:11:15:3 | getPrivateAnonType$private |
2424
| test.kt:7:1:22:1 | A | test.kt:17:3:20:3 | privateUser |
2525
| test.kt:9:18:11:3 | new If<T>(...) { ... } | test.kt:9:18:11:3 | |
26+
| test.kt:9:18:11:3 | new If<T>(...) { ... } | test.kt:10:5:10:22 | getX |
2627
| test.kt:9:18:11:3 | new If<T>(...) { ... } | test.kt:10:5:10:22 | x |
27-
| test.kt:9:18:11:3 | new If<T>(...) { ... } | test.kt:10:14:10:22 | getX |
2828
| test.kt:13:33:15:3 | new If<T>(...) { ... } | test.kt:13:33:15:3 | |
29+
| test.kt:13:33:15:3 | new If<T>(...) { ... } | test.kt:14:5:14:22 | getX |
2930
| test.kt:13:33:15:3 | new If<T>(...) { ... } | test.kt:14:5:14:22 | x |
30-
| test.kt:13:33:15:3 | new If<T>(...) { ... } | test.kt:14:14:14:22 | getX |
3131
enclosingTypes
3232
| file:///!unknown-binary-location/A$<no name provided>.class:0:0:0:0 | new If<T>(...) { ... }<> | file:///!unknown-binary-location/A.class:0:0:0:0 | A<CharSequence> |
3333
| file:///!unknown-binary-location/A$<no name provided>.class:0:0:0:0 | new If<T>(...) { ... }<> | file:///!unknown-binary-location/A.class:0:0:0:0 | A<String> |

0 commit comments

Comments
 (0)