21 lines
211 B
Kotlin
Vendored
21 lines
211 B
Kotlin
Vendored
fun test() {
|
|
while (1 == 2) {
|
|
}
|
|
while (1 == 2) {
|
|
}
|
|
while
|
|
(1 == 2) {
|
|
}
|
|
|
|
while (true) {
|
|
}
|
|
|
|
while (true) {
|
|
}
|
|
|
|
while (true) {
|
|
}
|
|
|
|
while (true) {
|
|
}
|
|
} |