7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
// WITH_RUNTIME
|
|
|
|
val foo: String
|
|
get() {
|
|
throw UnsupportedOperationException()
|
|
}
|