4ef0096d46
This prevents their inconsistent work in some situations NB: breaks three tests if used alone
11 lines
99 B
Plaintext
Vendored
11 lines
99 B
Plaintext
Vendored
class Class {
|
|
|
|
fun f() {
|
|
println(239)
|
|
}
|
|
}
|
|
|
|
fun f() {
|
|
Class()
|
|
println(239)
|
|
} |