Files
kotlin-fork/compiler/testData/cli/jvm/firLightTree.kt
T
2023-01-18 14:01:22 +00:00

5 lines
76 B
Kotlin
Vendored

fun List<String>.test() {
this += "Alpha"
java.lang.System = null
}