Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a3b14561c4d5f2ab5a7edc53fca7d3c891589f2c
/
.
/
nj2k
/
testData
/
multiFile
/
ProtectedVisibility
/
InheritorOtherPackage2.kt
blob: d1758a4500b1a437c36908a6a6949b4ee32bf09f [
file
] [
log
] [
blame
]
package
test2
import
test
.
BaseOtherPackage
class
DerivedOtherPackage
protected
constructor
()
:
BaseOtherPackage
()
{
init
{
foo
()
val i
=
i
}
}