Don't issue a warning about expect/actual in the same module for incompatible expect/actual pairs
^KT-57067 Fixed Review: https://jetbrains.team/p/kt/reviews/9123
This commit is contained in:
+6
@@ -22062,6 +22062,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/multiplatformCompositeAnalysis/expectAndActualInTheSameModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectAndActualInTheSameModuleIncompatibilities.kt")
|
||||
public void testExpectAndActualInTheSameModuleIncompatibilities() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/multiplatformCompositeAnalysis/expectAndActualInTheSameModuleIncompatibilities.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intermediateWithActualAndExpect.kt")
|
||||
public void testIntermediateWithActualAndExpect() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user