9 lines
110 B
Kotlin
Vendored
9 lines
110 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
|
|
class X {
|
|
init {
|
|
<caret>throw RuntimeException()
|
|
}
|
|
}
|