mirror of
https://github.com/github/codeql.git
synced 2026-04-14 03:24:06 +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.
9 lines
335 B
Plaintext
9 lines
335 B
Plaintext
| Test.java:2:17:2:17 | m | m | m |
|
|
| test.kt:3:9:4:18 | getX_prop | getX_prop | getX |
|
|
| test.kt:6:5:6:19 | getX | getX | getX |
|
|
| test.kt:10:5:10:14 | changeY | changeY | setY |
|
|
| test.kt:10:5:10:14 | y | y | getY |
|
|
| test.kt:13:5:13:15 | method | method | fn |
|
|
| test.kt:17:5:17:14 | p | p | p |
|
|
| test.kt:18:23:18:32 | w | w | q |
|