Revert "Workaround an inliner problem upon which the compiler code itself stumbled ^KT-35856 Fixed"

This reverts commit 59175912
This commit is contained in:
Victor Petukhov
2020-01-24 16:40:44 +03:00
parent 90b250d241
commit 5c6e710013
7 changed files with 3 additions and 63 deletions
@@ -970,11 +970,6 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
runTest("compiler/testData/diagnostics/tests/annotations/javaUnrepeatable.kt");
}
@TestMetadata("kotlinAnnotationOnJavaInterface.kt")
public void testKotlinAnnotationOnJavaInterface() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/kotlinAnnotationOnJavaInterface.kt");
}
@TestMetadata("kt1860-negative.kt")
public void testKt1860_negative() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/kt1860-negative.kt");