mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
CreateTypeParameterFromUsageFix: stop searching variants when inside enum
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Create type parameter 'T'" "false"
|
||||
|
||||
public class Test {
|
||||
private enum State {
|
||||
VALID, INVALID;
|
||||
private T<caret> info;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user