Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b7de3709e46eb073303a1e8aac4c22656e4f2863
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
protectedPackage
/
ProtectedPackageProperty.txt
blob: 85268b6f9bf71dc647f0e75eee4351f02f21555b [
file
]
package test
public open class ProtectedPackageProperty {
public constructor ProtectedPackageProperty()
protected/*protected and package*/ final var foo: kotlin.Int
}