class Test { String string; void useThis() { System.out.println(this.string); } }