[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:
Generated
+6
@@ -19644,6 +19644,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user