30ac2bacde
#KT-4801 Fixed
4 lines
41 B
Kotlin
4 lines
41 B
Kotlin
if (1 > 0) {
|
|
val n = 1
|
|
return n
|
|
} |