mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
11 lines
124 B
Java
11 lines
124 B
Java
![]() |
|
||
|
public class Empty3
|
||
|
{
|
||
|
|
||
|
public static void main(String[] args)
|
||
|
{
|
||
|
if (new Object() == null)
|
||
|
throw new Error("");
|
||
|
}
|
||
|
}
|