5 lines
90 B
Kotlin
Vendored
5 lines
90 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
val foo: String
|
|
<caret>get() = throw UnsupportedOperationException()
|