Avoid resolving array-set method several times
While origin problem was in NI, it's also nice to have this change in OI in order to slightly improve performance #KT-33125 Fixed
This commit is contained in:
+5
@@ -5759,6 +5759,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/beginWithException.kt", "kotlin.coroutines");
|
||||
}
|
||||
|
||||
@TestMetadata("builderInferenceAndGenericArrayAcessCall.kt")
|
||||
public void testBuilderInferenceAndGenericArrayAcessCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/builderInferenceAndGenericArrayAcessCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("capturedVarInSuspendLambda.kt")
|
||||
public void testCapturedVarInSuspendLambda_1_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/capturedVarInSuspendLambda.kt", "kotlin.coroutines.experimental");
|
||||
|
||||
Reference in New Issue
Block a user