[FIR] Fix resolving of overload function with expect and common candidates
^KT-58896 Fixed
This commit is contained in:
committed by
Space Team
parent
dc2deea04c
commit
c8c25d8b98
+5
@@ -29136,6 +29136,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypealiasCoercion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("expectAndCommonFunctionOverloads.kt")
|
||||
public void testExpectAndCommonFunctionOverloads() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/basic/expectAndCommonFunctionOverloads.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("expectInterfaceInSupertypes.kt")
|
||||
public void testExpectInterfaceInSupertypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes.kt");
|
||||
|
||||
Reference in New Issue
Block a user