move suppress/settings intention down (IDEA-72320 )

This commit is contained in:
anna
2011-07-26 11:52:07 +04:00
parent 842c248179
commit e931ef7e6e
3 changed files with 31 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
class Test {
void method() {
final String i = "";
i = "<caret>";
}
}