mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
create class from usage: do not show dialog from write action (IDEA-66872)
This commit is contained in:
@@ -3,7 +3,7 @@ public class Test {
|
||||
public static void main() {
|
||||
Collection[] cc = new MyCollection[10];
|
||||
}
|
||||
}<caret>
|
||||
}
|
||||
|
||||
public class MyCollection {
|
||||
<caret>public class MyCollection {
|
||||
}
|
||||
Reference in New Issue
Block a user