FIR2IR: add test about coercion-to-Unit for nested when
This commit is contained in:
committed by
teamcityserver
parent
318f4b5f02
commit
707e94bab5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user