mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-intentions] IDEA-365126 'BindFieldsFromParameters' shouldn't be offered when method has generic parameters
GitOrigin-RevId: 92052cdd9f27b6a43fc949badc88d4e8d1695c65
This commit is contained in:
committed by
intellij-monorepo-bot
parent
af2186f674
commit
0107304a90
+8
@@ -0,0 +1,8 @@
|
||||
// "Bind constructor parameters to fields" "false"
|
||||
|
||||
class Bar {
|
||||
|
||||
<T> void get<caret>(Class<T> a) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user