Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
nullability
/
IndirectOverride.java
blob: 6548af2461944105e2cc3c68773dedb5d96f4601 [
file
] [
log
] [
blame
]
//file
class
C
extends
javaApi
.
Derived
{
public
String
foo
(
String
s
)
{
return
s
;
}
}