Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
copyPaste
/
conversion
/
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
>