3002ac96f0
Additionally, we now generate <selection>throw UnsupportedOperationException()</selection> when a missing body is added
3 lines
42 B
Kotlin
3 lines
42 B
Kotlin
class Owner<T> {
|
|
val <R> <caret>p: R
|
|
} |