Generate deprecated flag on getter of const val's

This commit is contained in:
Denis Zharkov
2015-09-25 16:13:31 +03:00
parent 1c6ca9d036
commit 505cb37052
3 changed files with 28 additions and 0 deletions
@@ -95,6 +95,12 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
doTest(fileName);
}
@TestMetadata("constValsGetterDeprecated.kt")
public void testConstValsGetterDeprecated() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/constValsGetterDeprecated.kt");
doTest(fileName);
}
@TestMetadata("defaultDelegation.kt")
public void testDefaultDelegation() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/defaultDelegation.kt");