blob: 71da13a48a8bbadc9102f6c60272eee6415479eb [file] [log] [blame]
class MyClass {
String hc = this.toString()<caret>
@Annotation
public void myAnnotatedMethod() {}
}