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