blob: 85268b6f9bf71dc647f0e75eee4351f02f21555b [file] [log] [blame]
package test
public open class ProtectedPackageProperty {
public constructor ProtectedPackageProperty()
protected/*protected and package*/ final var foo: kotlin.Int
}