mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
package test
|
|
|
|
internal final class ClassObjectDeclaresProperty {
|
|
/*primary*/ public constructor ClassObjectDeclaresProperty()
|
|
|
|
internal default object Default {
|
|
/*primary*/ private constructor Default()
|
|
internal final var s: kotlin.String
|
|
internal final fun <get-s>(): kotlin.String
|
|
internal final fun <set-s>(/*0*/ <set-?>: kotlin.String): kotlin.Unit
|
|
}
|
|
}
|