Files
kotlin-fork/compiler/testData/klibABI/removeProperty/lib1/l1.kt.1
T

10 lines
115 B
Groff
Vendored

val foo: String get() = "OK"
class A {
val foo: String get() = "OK"
}
class B {
val foo: String = "OK"
}