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