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

16 lines
368 B
Plaintext
Vendored

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