Add another test for KT-49715 and fix JS IR behavior
#KT-49715 #KT-51798 Fixed
This commit is contained in:
committed by
Alexander Udalov
parent
24105139ea
commit
df86290083
+5
@@ -10542,6 +10542,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/dataClasses/kt49715.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49715_behaviorChange.kt")
|
||||
public void testKt49715_behaviorChange() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/kt49715_behaviorChange.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5002.kt")
|
||||
public void testKt5002() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/kt5002.kt");
|
||||
|
||||
Reference in New Issue
Block a user