Cleanup (test moved to a correct location)

This commit is contained in:
Roman Shevchenko
2015-07-18 23:13:56 +03:00
parent f2c9ca8d97
commit de416d4f7f
9 changed files with 11 additions and 23 deletions
@@ -1,11 +1,6 @@
import java.io.*;
import java.util.*;
import static java.lang.Math.*;
@interface Anno { }
@Anno
class UnsupportedFeatures {
void m(String... args) throws Exception {
for (String s : args) { System.out.println(s); }