Fix unreported deprecation on variables called as functions

#KT-16272 Fixed
This commit is contained in:
Alexander Udalov
2017-02-10 18:06:40 +03:00
parent 6793861fd4
commit 57f2feb6fb
5 changed files with 36 additions and 31 deletions
@@ -6340,6 +6340,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("propertyWithInvoke.kt")
public void testPropertyWithInvoke() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/deprecated/propertyWithInvoke.kt");
doTest(fileName);
}
@TestMetadata("typeUsage.kt")
public void testTypeUsage() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/deprecated/typeUsage.kt");