mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
generate visibility setting for create from usage, generate getter/setter/constructor (IDEA-120662, IDEA-64613, IDEA-122025)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
class Test {
|
||||
Test() {<caret>
|
||||
public Test() {<caret>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user