mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
13 lines
413 B
Plaintext
Vendored
13 lines
413 B
Plaintext
Vendored
package test
|
|
|
|
internal final class ClassObjectDeclaresProperty {
|
|
/*primary*/ public constructor ClassObjectDeclaresProperty()
|
|
|
|
public companion object Companion {
|
|
/*primary*/ private constructor Companion()
|
|
internal final var s: kotlin.String
|
|
internal final fun <get-s>(): kotlin.String
|
|
internal final fun <set-s>(/*0*/ <set-?>: kotlin.String): kotlin.Unit
|
|
}
|
|
}
|