mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 21:43:33 +07:00
CreateTypeParameterFromUsage: do not suggest fix when reference is part of class literal: IDEA-195266
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create type parameter 'A'" "false"
|
||||
|
||||
class B {
|
||||
void foo() {
|
||||
java.lang.Class a = A<caret>.class;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user