ac3cbf547c
Some seemingly irrelevant tests were changed because now there's <clinit> in
almost every class and class initialization begins with executing it
Original commit: 59777e7df6
8 lines
40 B
Kotlin
8 lines
40 B
Kotlin
package test
|
|
|
|
fun b() {
|
|
|
|
}
|
|
|
|
var b = b()
|