918a91dbdf
#KT-51248
13 lines
411 B
Plaintext
Vendored
13 lines
411 B
Plaintext
Vendored
package test
|
|
|
|
public final class ClassObjectDeclaresProperty {
|
|
/*primary*/ public constructor ClassObjectDeclaresProperty()
|
|
|
|
public companion object Companion {
|
|
/*primary*/ private constructor Companion()
|
|
public final var s: kotlin.String
|
|
public final fun `<get-s>`(): kotlin.String
|
|
public final fun `<set-s>`(/*0*/ `<set-?>`: kotlin.String): kotlin.Unit
|
|
}
|
|
}
|