mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 20:38:51 +07:00
8 lines
127 B
Java
8 lines
127 B
Java
class MyClass {
|
|
Object o = new Object();
|
|
String s = o.<caret>
|
|
|
|
@Annotation
|
|
String myAnnotatedMethod() { return ""; }
|
|
}
|