public class PR238
{
  void foo(A a)
  {
    a.toString();
  }

  class A {}
}


syntax highlighted by Code2HTML, v. 0.9.1