blob: 569694ae49c7e99a4e7f03c09d3678f1c779916d [file] [log] [blame]
public class Test {
void anotherMethod(String s);
String field;
/**
*/
void <caret>method() {
anotherMethod(field);
}
}