mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
11 lines
334 B
Plaintext
Vendored
11 lines
334 B
Plaintext
Vendored
public open class PrivateMembers : R|java/lang/Object| {
|
|
private open property field(var): R|kotlin/Int|
|
|
private get(): R|kotlin/Int|
|
|
private set(value: R|kotlin/Int|): kotlin/Unit
|
|
|
|
private open operator function method(): R|kotlin/Unit|
|
|
|
|
private final function PrivateMembers(): R|test/PrivateMembers|
|
|
|
|
}
|