Files
kotlin-fork/compiler/testData/loadJavaCustom/protectedPackageVisibility/ProtectedPackageProperty.txt
T
2013-02-06 21:54:19 +04:00

7 lines
193 B
Plaintext

package test
public open class ProtectedPackageProperty : java.lang.Object {
public constructor ProtectedPackageProperty()
protected/*protected and package*/ final var foo : jet.Int
}