4 lines
107 B
Kotlin
4 lines
107 B
Kotlin
// "Convert to block body" "true"
|
|
val foo: String
|
|
<caret>get() = throw UnsupportedOperationException()
|