3002ac96f0
Additionally, we now generate <selection>throw UnsupportedOperationException()</selection> when a missing body is added
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
class Owner {
|
|
}
|
|
|
|
val Owner.p: Int
|
|
get() {
|
|
return 1
|
|
} |