method reference: accept classes as targets of constructor refs rebind

This commit is contained in:
Anna Kozlova
2016-02-29 16:45:33 +01:00
parent 32dd35be57
commit f4e21c6788
4 changed files with 25 additions and 0 deletions
@@ -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");
}