mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
26 lines
653 B
Plaintext
26 lines
653 B
Plaintext
package test
|
|
|
|
internal final class A {
|
|
/*primary*/ public constructor A()
|
|
|
|
internal default object Default {
|
|
/*primary*/ private constructor Default()
|
|
|
|
internal final annotation class Anno1 : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno1()
|
|
}
|
|
|
|
internal final class B {
|
|
/*primary*/ public constructor B()
|
|
|
|
internal final annotation class Anno2 : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno2()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
test.A.Default.Anno1() test.A.Default.B.Anno2() internal final class C {
|
|
/*primary*/ public constructor C()
|
|
}
|