301b3aad06
#KT-28803 Fixed
8 lines
103 B
Plaintext
Vendored
8 lines
103 B
Plaintext
Vendored
// PROBLEM: Condition is always 'true'
|
|
import test.Enum.*
|
|
|
|
fun foo(x: Int) {}
|
|
|
|
fun bar() {
|
|
foo(1)
|
|
} |