Fix exception on overridding var-property with a val constructor parameter

#KT-3810 Fixed
This commit is contained in:
Alexander Udalov
2015-08-24 10:24:53 +03:00
parent 59a15092da
commit 56e12787a8
6 changed files with 37 additions and 9 deletions
@@ -11220,6 +11220,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("kt3810.kt")
public void testKt3810() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/regressions/kt3810.kt");
doTest(fileName);
}
@TestMetadata("kt385.109.441.kt")
public void testKt385_109_441() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/regressions/kt385.109.441.kt");