mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
use interface where possible: ignore right hand of assignment type argument (IDEADEV-39117)
This commit is contained in:
@@ -117,6 +117,14 @@ public class TurnRefsToSuperTest extends MultiFileTestCase {
|
||||
doTest("B", "A", false);
|
||||
}
|
||||
|
||||
public void testTypeArgumentsRH() throws Exception {
|
||||
doTest("IImpl", "I", false);
|
||||
}
|
||||
|
||||
public void testTypeArgumentsRH1() throws Exception {
|
||||
doTest("IImpl", "I", false);
|
||||
}
|
||||
|
||||
private void doTest(@NonNls final String className, @NonNls final String superClassName, final boolean replaceInstanceOf) throws Exception {
|
||||
doTest(new PerformAction() {
|
||||
public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user