Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dc4e06c6afe5f8bb2d4b9c834b8eaf190cabe72a
/
.
/
j2k
/
testData
/
multiFile
/
ProtectedVisibility
/
external
/
KotlinFile.kt
blob: 66860d86c0ee95c1973995c442cda8d1e7004219 [
file
]
package
test3
import
test
.*
class
DerivedOtherPackageKotlin
:
BaseOtherPackage
()
{
init
{
foo
()
val i
=
this
.
i
}
}