mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
extract method: exclude unused type parameters mentioned in return type (IDEA-58456)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
public <T> T method(Class<T> clazz) {
|
||||
<selection>System.out.println();</selection>
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user