Propagate KotlinType into create method for coroutines
#KT-27526 Fixed
This commit is contained in:
+5
@@ -11974,6 +11974,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxNullableValueOfInlineClassWithPrimitiveUnderlyingType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unboxParameterOfSuspendLambdaBeforeInvoke.kt")
|
||||
public void testUnboxParameterOfSuspendLambdaBeforeInvoke() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxParameterOfSuspendLambdaBeforeInvoke.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unboxReceiverOnCallingMethodFromInlineClass.kt")
|
||||
public void testUnboxReceiverOnCallingMethodFromInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxReceiverOnCallingMethodFromInlineClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user