Files
kotlin-fork/idea/testData/unifier/equivalence/controlStructures/throwRuntime.kt
T

6 lines
146 B
Kotlin
Vendored

fun foo() {
<selection>throw AssertionError()</selection>
throw NullPointerException()
AssertionError()
throw (AssertionError())
}