[NI] Clear partially resolved calls after resolve of top-level call

#KT-32433 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2019-09-03 17:55:30 +03:00
parent f305475e3f
commit f8449bf15a
12 changed files with 80 additions and 10 deletions
@@ -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");
@@ -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");