Reports warning on super calls in public-api inline functions

This commit is contained in:
Mikhael Bogdanov
2021-03-05 13:12:15 +01:00
committed by Space
parent 027df41740
commit 8ff0b1e243
8 changed files with 402 additions and 3 deletions
@@ -14581,6 +14581,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/inline/stringTemplate.kt");
}
@Test
@TestMetadata("superCallDepecation.kt")
public void testSuperCallDepecation() throws Exception {
runTest("compiler/testData/diagnostics/tests/inline/superCallDepecation.kt");
}
@Test
@TestMetadata("unsupportedConstruction.kt")
public void testUnsupportedConstruction() throws Exception {