[FIR] Fix JVM mapped function callable id

This commit is contained in:
Mikhail Glukhikh
2020-08-28 18:40:18 +03:00
parent db815c96c5
commit 5efabe063e
10 changed files with 92 additions and 5 deletions
@@ -1715,6 +1715,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
public void testFirBuilder() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/FirBuilder.kt");
}
@TestMetadata("putIfAbsent.kt")
public void testPutIfAbsent() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/putIfAbsent.kt");
}
}
@TestMetadata("compiler/testData/ir/irText/lambdas")