FIR2IR: add test about coercion-to-Unit for nested when

This commit is contained in:
Jinseong Jeon
2020-10-23 16:42:13 -07:00
committed by teamcityserver
parent 318f4b5f02
commit 707e94bab5
5 changed files with 229 additions and 0 deletions
@@ -1751,6 +1751,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/ClashResolutionDescriptor.kt");
}
@TestMetadata("coercionToUnitForNestedWhen.kt")
public void testCoercionToUnitForNestedWhen() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/coercionToUnitForNestedWhen.kt");
}
@TestMetadata("DeepCopyIrTree.kt")
public void testDeepCopyIrTree() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/DeepCopyIrTree.kt");