Properly cast right-hand side value for inline property setter

#KT-22649 Fixed
This commit is contained in:
Mikhael Bogdanov
2018-09-06 14:15:14 +02:00
parent 5cb8108eec
commit da93ff1a30
7 changed files with 46 additions and 1 deletions
@@ -2410,6 +2410,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/property/augAssignmentAndIncViaConvention.kt");
}
@TestMetadata("kt22649.kt")
public void testKt22649() throws Exception {
runTest("compiler/testData/codegen/boxInline/property/kt22649.kt");
}
@TestMetadata("property.kt")
public void testProperty() throws Exception {
runTest("compiler/testData/codegen/boxInline/property/property.kt");