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