mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
method refs: resolve default constructor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user