59777e7df6
Some seemingly irrelevant tests were changed because now there's <clinit> in almost every class and class initialization begins with executing it
8 lines
39 B
Kotlin
Vendored
8 lines
39 B
Kotlin
Vendored
package test
|
|
|
|
fun a() {
|
|
|
|
}
|
|
|
|
val a = ""
|