mirror of
https://github.com/github/codeql.git
synced 2026-04-12 02:24: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.
17 lines
738 B
Plaintext
17 lines
738 B
Plaintext
#select
|
|
| Kotlin.kt:2:11:3:2 | kotlinFun$main | final |
|
|
| Kotlin.kt:2:11:3:2 | kotlinFun$main | internal |
|
|
| Kotlin.kt:6:10:6:36 | topLevelKotlinFun | final |
|
|
| Kotlin.kt:6:10:6:36 | topLevelKotlinFun | internal |
|
|
| Kotlin.kt:6:10:6:36 | topLevelKotlinFun | static |
|
|
isPublic
|
|
isInternal
|
|
| Kotlin.kt:2:11:3:2 | kotlinFun$main |
|
|
| Kotlin.kt:6:10:6:36 | topLevelKotlinFun |
|
|
modifiers_methods
|
|
| file://:0:0:0:0 | final | Kotlin.kt:2:11:3:2 | kotlinFun$main |
|
|
| file://:0:0:0:0 | final | Kotlin.kt:6:10:6:36 | topLevelKotlinFun |
|
|
| file://:0:0:0:0 | internal | Kotlin.kt:2:11:3:2 | kotlinFun$main |
|
|
| file://:0:0:0:0 | internal | Kotlin.kt:6:10:6:36 | topLevelKotlinFun |
|
|
| file://:0:0:0:0 | static | Kotlin.kt:6:10:6:36 | topLevelKotlinFun |
|