mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-07 07:57:30 +02:00
8 lines
88 B
Java
8 lines
88 B
Java
public class PR375
|
|
{
|
|
public void foo ()
|
|
{
|
|
(Boolean.TRUE).booleanValue ();
|
|
}
|
|
}
|