mirror of
https://github.com/github/codeql.git
synced 2026-02-15 06:23:42 +01:00
Accept test changes from Kotlin 2.3.0 update Updates expected test outputs for kotlin2 library tests to match actual compiler output. Changes include: - Location adjustments for properties/methods (now point to identifiers) - CastExpr -> ImplicitCastExpr for implicit type casts - Removed duplicate BlockStmt entries in loop ASTs - Super constructor call location changes Note that in Kotlin 2.3.0 super constructor calls now have locations spanning entire class declarations instead of the actual super call site.
21 lines
1.4 KiB
Plaintext
21 lines
1.4 KiB
Plaintext
| test.kt:5:3:7:3 | f | test.kt:5:3:7:3 | f$default |
|
|
| test.kt:19:3:22:3 | f | test.kt:19:3:22:3 | f$default |
|
|
| test.kt:34:14:36:3 | f | test.kt:34:14:36:3 | f$default |
|
|
| test.kt:56:3:58:3 | test | test.kt:56:3:58:3 | test$default |
|
|
| test.kt:68:22:68:75 | TestConstructor | test.kt:68:22:68:75 | TestConstructor |
|
|
| test.kt:86:5:88:5 | f | test.kt:86:5:88:5 | f$default |
|
|
| test.kt:106:7:108:7 | f | test.kt:106:7:108:7 | f$default |
|
|
| test.kt:124:3:126:3 | f | test.kt:124:3:126:3 | f$default |
|
|
| test.kt:135:3:135:43 | testReturn | test.kt:135:3:135:43 | testReturn$default |
|
|
| test.kt:145:3:147:3 | f | test.kt:145:3:147:3 | f$default |
|
|
| test.kt:158:3:158:35 | f | test.kt:158:3:158:35 | f$default |
|
|
| test.kt:159:12:159:44 | g$main | test.kt:159:12:159:44 | g$main$default |
|
|
| test.kt:160:13:160:45 | h | test.kt:160:13:160:45 | h$default |
|
|
| test.kt:161:11:161:43 | i | test.kt:161:11:161:43 | i$default |
|
|
| test.kt:171:3:171:97 | f | test.kt:171:3:171:97 | f$default |
|
|
| test.kt:179:3:179:46 | f | test.kt:179:3:179:46 | f$default |
|
|
| test.kt:180:3:180:34 | f | test.kt:180:3:180:34 | f$default |
|
|
| test.kt:184:1:188:1 | varargsTest | test.kt:184:1:188:1 | varargsTest$default |
|
|
| test.kt:199:1:201:1 | varargsTestOnlySinkVarargs | test.kt:199:1:201:1 | varargsTestOnlySinkVarargs$default |
|
|
| test.kt:212:1:215:1 | varargsTestOnlySinkRegularArgs | test.kt:212:1:215:1 | varargsTestOnlySinkRegularArgs$default |
|