7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
package test
|
|
|
|
public open class ProtectedPackageProperty : java.lang.Object {
|
|
public constructor ProtectedPackageProperty()
|
|
protected/*protected and package*/ final var foo: kotlin.Int
|
|
}
|