SOE (IDEA-95955)

(cherry picked from commit d092c1363b3ae02dbfb4059f0c0cf28df575024c)
This commit is contained in:
anna
2012-11-27 19:51:28 +01:00
parent 3422f0b39c
commit 306c531544
5 changed files with 19 additions and 3 deletions

View File

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