SortContentAction: support annotation array sorting

This commit is contained in:
Roman.Ivanov
2018-03-19 12:58:12 +07:00
parent 61a1b2eba6
commit 4b0eec673a
3 changed files with 54 additions and 1 deletions
@@ -0,0 +1,5 @@
// "Sort content" "true"
@SuppressWarnings({"a", "b", "c", "d"})
public class Main {
}
@@ -0,0 +1,5 @@
// "Sort content" "true"
@SuppressWarnings({"c", "b", "d",<caret> "a"})
public class Main {
}