mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
CreateTypeParameterFromUsage: do not suggest fix in new expr IDEA-194610
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create type parameter 'B'" "false"
|
||||
|
||||
class A {
|
||||
public static void main(String[] args) {
|
||||
new A().new <caret>B();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user