mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
don't generate setters for constants during completion (IDEA-CR-21764)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
public class A {
|
||||
final int finalField;
|
||||
public static final int CONSTANT = 239;
|
||||
|
||||
publ<caret>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user