Overridable val should not be treated as constant

#KT-9443 fixed
This commit is contained in:
Alexey Tsvetkov
2015-10-26 18:04:22 +03:00
parent 0a69cca066
commit 294559a94f
6 changed files with 56 additions and 0 deletions
@@ -1516,6 +1516,12 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
doTestWithStdlib(fileName);
}
@TestMetadata("kt9443.kt")
public void testKt9443() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/evaluate/kt9443.kt");
doTestWithStdlib(fileName);
}
@TestMetadata("maxValue.kt")
public void testMaxValue() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/evaluate/maxValue.kt");