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