Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
class
/
notUtilityClass.java
blob: 8e6c6656a1a33208627176f839c355cbf1845cc4 [
file
] [
log
] [
blame
]
class
Base
{
public
static
final
int
CONSTANT
=
10
;
}
class
Derived
extends
Base
{
void
foo
(){}
}