6 lines
105 B
Kotlin
Vendored
6 lines
105 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
if <caret>(true) {
|
|
throw java.lang.AssertionError("text")
|
|
}
|
|
} |