Removed outdated test case.
This commit is contained in:
-10
@@ -1,10 +0,0 @@
|
||||
package annotations;
|
||||
|
||||
import annotations.MyEnum;
|
||||
|
||||
@interface MyAnnotation {
|
||||
MyEnum value();
|
||||
}
|
||||
|
||||
@MyAnnotation(MyEnum.ONE)
|
||||
class testClass {}
|
||||
@@ -1,6 +0,0 @@
|
||||
package annotations
|
||||
|
||||
public enum class MyEnum {
|
||||
ONE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user