Get rid of annotation syntax deprecation related things

This commit is contained in:
Denis Zharkov
2015-06-09 15:25:46 +03:00
parent 200dee2761
commit 26864a4407
24 changed files with 0 additions and 360 deletions
@@ -711,12 +711,6 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("bracketsDeprecation.kt")
public void testBracketsDeprecation() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/annotations/bracketsDeprecation.kt");
doTest(fileName);
}
@TestMetadata("ConstructorCall.kt")
public void testConstructorCall() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/annotations/ConstructorCall.kt");