8 lines
62 B
Kotlin
Vendored
8 lines
62 B
Kotlin
Vendored
fun foo() {
|
|
if (0 < 1) {
|
|
return
|
|
}
|
|
}
|
|
|
|
// 2 3 5
|