method refs: do not warn about type args over raw types, non parameterized methods (IDEA-92851)

This commit is contained in:
Anna Kozlova
2012-10-12 14:42:20 +02:00
parent 58c7d3e5da
commit beb2c4df54
3 changed files with 22 additions and 1 deletions

View File

@@ -125,6 +125,10 @@ public class MethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testTypeArgumentsOnMethodRefs() throws Exception {
doTest();
}
public void testInferenceFromReturnType() throws Exception {
doTest(true);
}