Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a3b14561c4d5f2ab5a7edc53fca7d3c891589f2c
/
.
/
nj2k
/
testData
/
multiFile
/
ProtectedVisibility
/
InheritorOtherPackage1.kt
blob: bea2ac343384a461e1dd2206c176fcd5a2ae430b [
file
] [
log
] [
blame
]
package
test
open
class
BaseOtherPackage
protected
constructor
()
{
protected
fun foo
()
{}
protected
var
i
=
1
}