create class from usage: do not show dialog from write action (IDEA-66872)

This commit is contained in:
anna
2011-03-23 21:04:07 +01:00
parent 3736de2e07
commit 516bef4f42
5 changed files with 64 additions and 41 deletions

View File

@@ -3,7 +3,7 @@ public class Test {
public static void main() {
Collection[] cc = new MyCollection[10];
}
}<caret>
}
public class MyCollection {
<caret>public class MyCollection {
}