[NI] Clear partially resolved calls after resolve of top-level call
#KT-32433 Fixed
This commit is contained in:
Generated
+5
@@ -13099,6 +13099,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/augmentedAssignmentWithArrayLHS.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericArrayAccessCall.kt")
|
||||
public void testGenericArrayAccessCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/genericArrayAccessCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("incDecOnObject.kt")
|
||||
public void testIncDecOnObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/incDecOnObject.kt");
|
||||
|
||||
+5
@@ -14254,6 +14254,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/augmentedAssignmentWithArrayLHS.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericArrayAccessCall.kt")
|
||||
public void testGenericArrayAccessCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/genericArrayAccessCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("incDecOnObject.kt")
|
||||
public void testIncDecOnObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/incDecOnObject.kt");
|
||||
|
||||
Reference in New Issue
Block a user