Files
kotlin-fork/analysis/low-level-api-fir/testdata/getOrBuildFir/expressions/throwExpression.kt
T

3 lines
58 B
Kotlin

fun x() {
<expr>throw IllegalStateException()</expr>
}