mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-79591 Suggest field name in construction parameter name completion
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
class Car {
|
||||
private final String color;
|
||||
Car(String co<caret>x) { }
|
||||
}
|
||||
Reference in New Issue
Block a user