Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dc4e06c6afe5f8bb2d4b9c834b8eaf190cabe72a
/
.
/
j2k
/
testData
/
multiFile
/
ProtectedVisibility
/
InheritorOtherPackage2.kt
blob: 80e22e9ff087e04e07464e69aea94aa8869382b9 [
file
]
package
test2
import
test
.*
class
DerivedOtherPackage
protected
constructor
()
:
BaseOtherPackage
()
{
init
{
foo
()
val i
=
this
.
i
}
}