Check that subject expression is evaluated only once
This commit is contained in:
+5
@@ -20723,6 +20723,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/when/whenSubjectVariable/sparseIntSwitchWithSubjectVariable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("subjectExpressionIsEvaluatedOnce.kt")
|
||||
public void testSubjectExpressionIsEvaluatedOnce() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/whenSubjectVariable/subjectExpressionIsEvaluatedOnce.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("whenByEnum.kt")
|
||||
public void testWhenByEnum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/whenSubjectVariable/whenByEnum.kt");
|
||||
|
||||
+5
@@ -19601,6 +19601,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/when/whenSubjectVariable/sparseIntSwitchWithSubjectVariable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("subjectExpressionIsEvaluatedOnce.kt")
|
||||
public void testSubjectExpressionIsEvaluatedOnce() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/whenSubjectVariable/subjectExpressionIsEvaluatedOnce.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("whenByEnum.kt")
|
||||
public void testWhenByEnum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/whenSubjectVariable/whenByEnum.kt");
|
||||
|
||||
Reference in New Issue
Block a user