Files
2018-10-03 13:49:20 +03:00

9 lines
116 B
Kotlin
Vendored

fun f() {
return@<!ELEMENT!>
while (true) {
break@<!ELEMENT!>
continue@<!ELEMENT!>
}
}