blob: 1d6df073c8b9d87dab42a3bb0b430f2275d50006 [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);
}
}