mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
method reference: accept classes as targets of constructor refs rebind
This commit is contained in:
@@ -44,6 +44,10 @@ public class RenameMembersInplaceTest extends LightCodeInsightTestCase {
|
||||
doTestInplaceRename("NEW_NAME");
|
||||
}
|
||||
|
||||
public void testClassWithConstructorReferenceInside() throws Exception {
|
||||
doTestInplaceRename("NewName");
|
||||
}
|
||||
|
||||
public void testIncomplete() throws Exception {
|
||||
doTestInplaceRename("Klazz");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user