PR238.java 79 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
public class PR238
{
  void foo(A a)
  {
    a.toString();
  }

  class A {}
}