blob: 8275e444eb4c68c95bacb75671085dbc74b4aa31 [file] [log] [blame]
public void foo() {
B b = new B();
b.bar();
for (int i = 0, max = b.length(); i < max; i++) {
System.out.println(i);
}
}