method refs: resolve default constructor

This commit is contained in:
anna
2012-10-04 19:56:37 +02:00
parent 43ddd9311a
commit 4eeaeb4f2f
4 changed files with 71 additions and 18 deletions

View File

@@ -100,6 +100,10 @@ public class MethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
public void testAccessModifiers() throws Exception {
doTest();
}
public void testDefaultConstructor() throws Exception {
doTest();
}
public void testReturnTypeSpecific() throws Exception {
doTest(true);