Add test for KT-37570

This commit is contained in:
Dmitry Petrov
2020-03-23 12:27:09 +03:00
parent f46fc7d848
commit b0e916769d
5 changed files with 111 additions and 0 deletions
@@ -1076,6 +1076,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/kt36963.kt");
}
@TestMetadata("kt37570.kt")
public void testKt37570() throws Exception {
runTest("compiler/testData/ir/irText/expressions/kt37570.kt");
}
@TestMetadata("lambdaInCAO.kt")
public void testLambdaInCAO() throws Exception {
runTest("compiler/testData/ir/irText/expressions/lambdaInCAO.kt");