blob: 8fd795cd3ea6fbe482e33e0ad64701d16e0bf842 [file] [log] [blame]
public class CompletionFindThisDotField {
public int bar;
void foo() {
this.bar = 45;
}
}