FIC: Add synthetic constructors for fun interfaces aka explicit FIC
This commit is contained in:
@@ -7906,6 +7906,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/funInterface/basicFunInterfaceDisabled.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("funInterfaceSyntheticConstructors.kt")
|
||||
public void testFunInterfaceSyntheticConstructors() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/funInterface/funInterfaceSyntheticConstructors.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericSubstitutionForFunInterface.kt")
|
||||
public void testGenericSubstitutionForFunInterface() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/funInterface/genericSubstitutionForFunInterface.kt");
|
||||
|
||||
Generated
+5
@@ -7901,6 +7901,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/funInterface/basicFunInterfaceDisabled.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("funInterfaceSyntheticConstructors.kt")
|
||||
public void testFunInterfaceSyntheticConstructors() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/funInterface/funInterfaceSyntheticConstructors.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericSubstitutionForFunInterface.kt")
|
||||
public void testGenericSubstitutionForFunInterface() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/funInterface/genericSubstitutionForFunInterface.kt");
|
||||
|
||||
Reference in New Issue
Block a user