Files

8 lines
120 B
Kotlin
Vendored

class A {
val x: Int = 1
get() {
::<!UNSUPPORTED!>field<!>
return field
}
}