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