mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-17 18:50:49 +07:00
200e67ca65
I.e. in "X. \n @A public T m()", @A is no longer a part of "X.".
8 lines
127 B
Java
8 lines
127 B
Java
class MyClass {
|
|
Object o = new Object();
|
|
String s = o.<caret>
|
|
|
|
@Annotation
|
|
String myAnnotatedMethod() { return ""; }
|
|
}
|