6 lines
78 B
Kotlin
Vendored
6 lines
78 B
Kotlin
Vendored
// JS
|
|
// IS_APPLICABLE: false
|
|
|
|
fun a() {
|
|
<caret>throw RuntimeException()
|
|
} |