Reports warning on super calls in public-api inline functions
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user