FIR: Support invoke convention on super-qualified calls

This commit is contained in:
Denis.Zharkov
2021-11-02 15:36:14 +03:00
committed by teamcity
parent 0c7728f64a
commit 994040c91c
7 changed files with 51 additions and 0 deletions
@@ -24509,6 +24509,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/resolve/resolveWithoutGenerics.kt");
}
@Test
@TestMetadata("superInvoke.kt")
public void testSuperInvoke() throws Exception {
runTest("compiler/testData/diagnostics/tests/resolve/superInvoke.kt");
}
@Test
@TestMetadata("typeParameterInDefaultValueInLocalFunction.kt")
public void testTypeParameterInDefaultValueInLocalFunction() throws Exception {
@@ -24509,6 +24509,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
runTest("compiler/testData/diagnostics/tests/resolve/resolveWithoutGenerics.kt");
}
@Test
@TestMetadata("superInvoke.kt")
public void testSuperInvoke() throws Exception {
runTest("compiler/testData/diagnostics/tests/resolve/superInvoke.kt");
}
@Test
@TestMetadata("typeParameterInDefaultValueInLocalFunction.kt")
public void testTypeParameterInDefaultValueInLocalFunction() throws Exception {