mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-07 07:44:39 +02:00
10 lines
79 B
Java
10 lines
79 B
Java
public class PR238
|
|
{
|
|
void foo(A a)
|
|
{
|
|
a.toString();
|
|
}
|
|
|
|
class A {}
|
|
}
|