Add lookup for every expression's type

This commit is contained in:
Alexey Tsvetkov
2016-01-21 18:33:57 +03:00
parent 1ef615e020
commit 310a995bb1
19 changed files with 248 additions and 155 deletions
@@ -47,6 +47,12 @@ public class LookupTrackerTestGenerated extends AbstractLookupTrackerTest {
doTest(fileName);
}
@TestMetadata("expressionType")
public void testExpressionType() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("jps-plugin/testData/incremental/lookupTracker/expressionType/");
doTest(fileName);
}
@TestMetadata("java")
public void testJava() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("jps-plugin/testData/incremental/lookupTracker/java/");