blob: b876524ffdff8ce64904d959ba087183760afb80 [file] [log] [blame]
public class PR238
{
void foo(A a)
{
a.toString();
}
class A {}
}