16 lines
166 B
Java
Raw Normal View History

2021-07-16 17:12:20 -05:00
public class Empty4
{
public static void main(String[] args)
{
if (args != null)
Thread.currentThread();
}
public void finalize()
{
new Object();
}
}