6 lines
115 B
Kotlin
6 lines
115 B
Kotlin
// "Convert to block body" "true"
|
|
val foo: String
|
|
get() {
|
|
throw UnsupportedOperationException()
|
|
}
|