Delete unused diagnostic about j.l.Class in annotations

This commit is contained in:
Alexander Udalov
2015-06-15 15:55:23 +03:00
parent 9637c049fe
commit 3a6ba67602
6 changed files with 3 additions and 10 deletions
@@ -1,4 +1,3 @@
// !DIAGNOSTICS: -JAVA_LANG_CLASS_PARAMETER_IN_ANNOTATION
package test
import java.lang.annotation.RetentionPolicy
@@ -70,4 +69,4 @@ enum class MyEnum {
A
}
class MyClass
class MyClass