Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dc4e06c6afe5f8bb2d4b9c834b8eaf190cabe72a
/
.
/
j2k
/
testData
/
multiFile
/
ProtectedVisibility
/
InheritorOtherPackage2.java
blob: 374d48fe83b7b4891b85ae0aa3af8578dc8f4955 [
file
]
package
test2
;
import
test
.*;
public
class
DerivedOtherPackage
extends
BaseOtherPackage
{
protected
DerivedOtherPackage
()
{
super
();
foo
();
int
i
=
this
.
i
;
}
}