301b3aad06
#KT-28803 Fixed
6 lines
83 B
Plaintext
Vendored
6 lines
83 B
Plaintext
Vendored
// PROBLEM: Condition is always 'true'
|
|
fun foo(x: Int) {}
|
|
|
|
fun bar() {
|
|
foo(1)
|
|
} |