5 lines
85 B
Kotlin
Vendored
5 lines
85 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
|
|
val f = { <caret>throw RuntimeException() }
|