[FIR] Correct resolving of sam with suspend function from another module, ^KT-51007 Fixed

Ignore fir ide test probably because of KT-50732
This commit is contained in:
Ivan Kochurkin
2022-02-01 23:45:53 +03:00
committed by teamcity
parent 17c64cf955
commit f32c355190
8 changed files with 82 additions and 16 deletions
@@ -19638,6 +19638,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/multimodule/redundantElseInWhen.kt");
}
@Test
@TestMetadata("samWithSuspendFunctionFromAnotherModule.kt")
public void testSamWithSuspendFunctionFromAnotherModule() throws Exception {
runTest("compiler/testData/diagnostics/tests/multimodule/samWithSuspendFunctionFromAnotherModule.kt");
}
@Test
@TestMetadata("varargConflict.kt")
public void testVarargConflict() throws Exception {