Properly capture extension receiver for array convention expressions in object constructor
#KT-19389 Fixed
This commit is contained in:
+10
@@ -3736,6 +3736,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/closures/kt11634_4.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt19389.kt")
|
||||
public void testKt19389() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/kt19389.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt19389_set.kt")
|
||||
public void testKt19389_set() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/kt19389_set.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2151.kt")
|
||||
public void testKt2151() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/kt2151.kt");
|
||||
|
||||
Reference in New Issue
Block a user