Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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
}