[FIR2IR] Add problematic test with in/out clash during approximation

This commit is contained in:
Mikhail Glukhikh
2020-09-23 08:58:53 +03:00
parent 3a57a541f4
commit 4653a16450
5 changed files with 95 additions and 0 deletions
@@ -1745,6 +1745,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
public void testPutIfAbsent() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/putIfAbsent.kt");
}
@TestMetadata("V8ArrayToList.kt")
public void testV8ArrayToList() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/V8ArrayToList.kt");
}
}
@TestMetadata("compiler/testData/ir/irText/lambdas")