mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
Cleanup (test moved to a correct location)
This commit is contained in:
-5
@@ -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); }
|
||||
Reference in New Issue
Block a user