6 lines
89 B
Kotlin
6 lines
89 B
Kotlin
// WITH_RUNTIME
|
|
fun foo() {
|
|
if <caret>(true) {
|
|
throw AssertionError()
|
|
}
|
|
} |