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