Allow open callable members in expect interfaces
#KT-42094 fixed
This commit is contained in:
committed by
Sebastian Sellmair
parent
bf0156f7c6
commit
06cb64bb51
+10
@@ -14556,6 +14556,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/modifiers/NoLocalVisibility.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("openInExpectInterface.kt")
|
||||
public void testOpenInExpectInterface() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/modifiers/openInExpectInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("openInInterface.kt")
|
||||
public void testOpenInInterface() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/modifiers/openInInterface.kt");
|
||||
@@ -15015,6 +15020,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/multiplatform"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@TestMetadata("expectInterfaceApplicability.kt")
|
||||
public void testExpectInterfaceApplicability() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/expectInterfaceApplicability.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("headerFunInNonHeaderClass.kt")
|
||||
public void testHeaderFunInNonHeaderClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/headerFunInNonHeaderClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user