mirror of
https://github.com/github/codeql.git
synced 2026-02-28 04:43: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.
20 lines
837 B
Plaintext
20 lines
837 B
Plaintext
#select
|
|
| Java.java:5:3:5:26 | kotlinFun(...) | Kotlin.kt:2:2:4:2 | kotlinFun |
|
|
| Java.java:11:11:11:22 | fn0(...) | Kotlin.kt:8:10:8:38 | fn0 |
|
|
| Kotlin.kt:13:40:13:51 | fn0(...) | Kotlin.kt:8:10:8:38 | fn0 |
|
|
| Kotlin.kt:14:48:14:59 | fn1(...) | Kotlin.kt:9:18:9:46 | fn1 |
|
|
methods
|
|
| Java.java:4:7:4:13 | javaFun | javaFun() |
|
|
| Java.java:10:17:10:19 | fn0 | fn0(int) |
|
|
| Kotlin.kt:2:2:4:2 | kotlinFun | kotlinFun() |
|
|
| Kotlin.kt:8:10:8:38 | fn0 | fn0(int) |
|
|
| Kotlin.kt:9:18:9:46 | fn1 | fn1(int) |
|
|
| Kotlin.kt:13:14:13:51 | fn0 | fn0(int) |
|
|
| Kotlin.kt:14:22:14:59 | fn1 | fn1(int) |
|
|
overrides
|
|
| Java.java:10:17:10:19 | fn0 | Kotlin.kt:8:10:8:38 | fn0 |
|
|
| Kotlin.kt:13:14:13:51 | fn0 | Kotlin.kt:8:10:8:38 | fn0 |
|
|
| Kotlin.kt:14:22:14:59 | fn1 | Kotlin.kt:9:18:9:46 | fn1 |
|
|
signature_mismatch
|
|
| Kotlin.kt:9:18:9:46 | fn1 | fn1(int) |
|