Correct scope for property accessors in lazy resolve

This commit is contained in:
Andrey Breslav
2014-03-19 18:53:55 +04:00
parent 4dfb6763b2
commit 34c6eaec56
9 changed files with 62 additions and 10 deletions
@@ -364,6 +364,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest("compiler/testData/diagnostics/tests/Properties.kt");
}
@TestMetadata("PropertyInitializers.kt")
public void testPropertyInitializers() throws Exception {
doTest("compiler/testData/diagnostics/tests/PropertyInitializers.kt");
}
@TestMetadata("QualifiedExpressions.kt")
public void testQualifiedExpressions() throws Exception {
doTest("compiler/testData/diagnostics/tests/QualifiedExpressions.kt");