[NI] Add missing type variables to common system in builder inference
#KT-35967 Fixed
This commit is contained in:
+5
@@ -6382,6 +6382,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt31784.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35967.kt")
|
||||
public void testKt35967() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt35967.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lastExpressionIsLoop.kt")
|
||||
public void testLastExpressionIsLoop_1_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt", "kotlin.coroutines.experimental");
|
||||
|
||||
Reference in New Issue
Block a user