7 lines
82 B
Kotlin
Vendored
7 lines
82 B
Kotlin
Vendored
fun foo() {
|
|
"before"
|
|
while (true) {
|
|
val a: Int
|
|
}
|
|
"after"
|
|
} |