Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
field
/
classChildExtendsBase.java
blob: 94d40fbfea494b9f50122724e2f959973c4ef68d [
file
] [
log
] [
blame
]
class
Base
{
private
String
myFirst
;
}
class
Child
extends
Base
{
private
String
mySecond
;
}