Support smart casts for functions of local variable delegates

This commit is contained in:
Alexander Udalov
2016-06-27 18:38:25 +03:00
parent 70a994b135
commit 4a05c749b5
5 changed files with 82 additions and 28 deletions
@@ -5160,6 +5160,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("localWithSmartCast.kt")
public void testLocalWithSmartCast() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/delegatedProperty/localWithSmartCast.kt");
doTest(fileName);
}
@TestMetadata("missedGetter.kt")
public void testMissedGetter() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/delegatedProperty/missedGetter.kt");