[NI] Clear partially resolved calls after resolve of top-level call
#KT-32433 Fixed
This commit is contained in:
+5
@@ -17044,6 +17044,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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