Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/fromLoadJava/ClassObjectAnnotation.txt
T
2020-09-03 13:55:52 +03:00

15 lines
370 B
Plaintext
Vendored

public final class Some : R|kotlin/Any| {
public final companion object Companion : R|kotlin/Any| {
public final annotation class TestAnnotation : R|kotlin/Annotation| {
public constructor(): R|test/Some.Companion.TestAnnotation|
}
private constructor(): R|test/Some.Companion|
}
public constructor(): R|test/Some|
}