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