mirror of
https://github.com/github/codeql.git
synced 2026-04-14 11:34:00 +02: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.
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
| User.java:3:21:3:24 | test |
|
|
| test.kt:3:12:3:26 | getInternalVal$main |
|
|
| test.kt:6:3:6:36 | getInternalVal |
|
|
| test.kt:8:12:8:26 | getInternalVar$main |
|
|
| test.kt:8:12:8:26 | setInternalVar$main |
|
|
| test.kt:10:12:10:32 | internalFun$main |
|