Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
copyPaste
/
ClassWithOverrides.java
blob: a5459852ab0559eecd2534130acf0b2701dc53ee [
file
] [
log
] [
blame
]
package
javaPack
import
org
.
jetbrains
.
annotations
.
NotNull
;
<
selection
>
public
class
C
implements
I
{
@NotNull
@Override
public
String
foo
()
{
return
""
;
}
}</
selection
>