Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/properties/backingField/randomWeirdBackingFields.fir.txt
T
2021-09-15 18:33:43 +00:00

12 lines
463 B
Plaintext
Vendored

FILE: randomWeirdBackingFields.kt
public abstract class Some1 : R|kotlin/Any| {
public constructor(): R|Some1| {
super<R|kotlin/Any|>()
}
public abstract val foo: R|kotlin/collections/List<kotlin/Int>|
internal <explicit backing field>: R|kotlin/collections/MutableList<kotlin/Int>| = R|kotlin/collections/mutableListOf|<R|kotlin/Int|>()
public get(): R|kotlin/collections/List<kotlin/Int>|
}