Add a test for getOrDefault() bridge

This commit is contained in:
Georgy Bronnikov
2020-02-28 19:08:03 +03:00
parent dd7d5dfdb3
commit 8b559b20e2
4 changed files with 41 additions and 2 deletions
@@ -259,6 +259,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/kt9603.kt");
}
@TestMetadata("mapGetOrDefault.kt")
public void testMapGetOrDefault() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/mapGetOrDefault.kt");
}
@TestMetadata("maxStackAfterOptimizations.kt")
public void testMaxStackAfterOptimizations() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/maxStackAfterOptimizations.kt");