mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +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,6 +1,6 @@
|
||||
class Test {
|
||||
private class Foo {
|
||||
private Foo() {<caret>
|
||||
public Foo() {<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user