Do not inline non-const vals

#KT-10425 Fixed
This commit is contained in:
Denis Zharkov
2016-02-05 12:33:57 +03:00
parent f2edcd99a8
commit 0efe28a12a
4 changed files with 39 additions and 1 deletions
@@ -592,6 +592,12 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
doTest(fileName);
}
@TestMetadata("noInlineNonConst.kt")
public void testNoInlineNonConst() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/constants/noInlineNonConst.kt");
doTest(fileName);
}
@TestMetadata("nullableByteAndShort.kt")
public void testNullableByteAndShort() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/constants/nullableByteAndShort.kt");