Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/propertiesWithoutBackingFields/Trait.fir.txt
T

11 lines
265 B
Plaintext
Vendored

public final annotation class Anno : R|kotlin/Annotation| {
public constructor(): R|test/Anno|
}
public abstract interface Trait : R|kotlin/Any| {
@PROPERTY:R|test/Anno|() public abstract val property: R|kotlin/Int|
public get(): R|kotlin/Int|
}