3a70992d27
#KT-6241 Fixed
6 lines
67 B
Kotlin
6 lines
67 B
Kotlin
fun test1() {
|
|
if (!(1 < 2)) {
|
|
val p = 1
|
|
}
|
|
}
|
|
// 1 IF |