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