Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dc4e06c6afe5f8bb2d4b9c834b8eaf190cabe72a
/
.
/
j2k
/
testData
/
multiFile
/
ProtectedVisibility
/
InheritorOtherPackage1.java
blob: 5013847e0fb4c8d2e5676b48d1abc6bd4c9d0800 [
file
]
package
test
;
public
class
BaseOtherPackage
{
protected
BaseOtherPackage
()
{
}
protected
void
foo
()
{
}
protected
int
i
=
1
;
}