Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
copyPaste
/
MethodWithNoAnnotation.java
blob: 1bcceb4591e36f6d65729fe62b4433101b2622dd [
file
] [
log
] [
blame
]
public
class
JavaClass
{
@Deprecated
<
selection
>
public
String
foo
()
{
return
""
;
}
</
selection
>}