5 lines
83 B
Kotlin
5 lines
83 B
Kotlin
// IS_APPLICABLE: false
|
|
|
|
fun foo(p: Boolean): String {
|
|
<caret>while(true) { }
|
|
} |