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

7 lines
283 B
Plaintext
Vendored

public open class ProtectedPackageProperty : R|java/lang/Object| {
protected/*protected and package*/ open var foo: R|kotlin/Int|
protected/*protected and package*/ get(): R|kotlin/Int|
protected/*protected and package*/ set(value: R|kotlin/Int|): kotlin/Unit
}