Files
2022-01-12 15:09:45 +01:00

7 lines
79 B
Plaintext
Vendored

package test
class A() {
val x: Int? = 100
get() = field?.inc()
}