Files
kotlin/compiler/testData/loadJava/compiledJava/PrivateMembers.fir.txt
2019-03-22 16:25:10 +03:00

17 lines
531 B
Plaintext
Vendored

public open class PrivateMembers : R|java/lang/Object| {
private open var field: R|kotlin/Int|
private get(): R|kotlin/Int|
private set(value: R|kotlin/Int|): kotlin/Unit
private open static var staticField: R|kotlin/Int|
private get(): R|kotlin/Int|
private set(value: R|kotlin/Int|): kotlin/Unit
private open operator fun method(): R|kotlin/Unit|
private open static operator fun staticMethod(): R|kotlin/Unit|
private final fun PrivateMembers(): R|test/PrivateMembers|
}