Check annotation constructor parameter types

This commit is contained in:
Natalia.Ukhorskaya
2013-07-04 11:25:42 +04:00
parent 96cb7da025
commit 33ddd713b7
12 changed files with 188 additions and 7 deletions
@@ -565,6 +565,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/annotations/Deprecated.kt");
}
@TestMetadata("invalidTypesInAnnotationConstructor.kt")
public void testInvalidTypesInAnnotationConstructor() throws Exception {
doTest("compiler/testData/diagnostics/tests/annotations/invalidTypesInAnnotationConstructor.kt");
}
@TestMetadata("JavaAnnotationConstructors.kt")
public void testJavaAnnotationConstructors() throws Exception {
doTest("compiler/testData/diagnostics/tests/annotations/JavaAnnotationConstructors.kt");