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