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