mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
16 lines
407 B
Plaintext
16 lines
407 B
Plaintext
package test
|
|
|
|
internal final annotation class Anno : kotlin.Annotation {
|
|
/*primary*/ public constructor Anno()
|
|
}
|
|
|
|
internal final class Class {
|
|
/*primary*/ public constructor Class()
|
|
|
|
internal default object Default {
|
|
/*primary*/ private constructor Default()
|
|
test.Anno() internal final val property: kotlin.Int
|
|
internal final fun <get-property>(): kotlin.Int
|
|
}
|
|
}
|