FIR: Support invoke convention on super-qualified calls
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user