Coerce last value of delegated expression for inline classes
Note that this commit doesn't fix case when some inline class over `Any` is returned from a lambda, it'll be fixed further as part of the #KT-27586 #KT-27737 Fixed
This commit is contained in:
+5
@@ -12745,6 +12745,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegateTopLevelVarToInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegatedPropertyOfInlineClassType.kt")
|
||||
public void testDelegatedPropertyOfInlineClassType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/propertyDelegation/delegatedPropertyOfInlineClassType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27070.kt")
|
||||
public void testKt27070() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/propertyDelegation/kt27070.kt");
|
||||
|
||||
Reference in New Issue
Block a user