mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
expand static import intention available at the end of the line (IDEA-199910)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// "Replace static import with qualified access to Arrays" "true"
|
||||
import static java.util.Arrays.so<caret>rt;
|
||||
import static java.util.Arrays.sort<caret>;
|
||||
|
||||
class Test {
|
||||
public void sendMessage(String... destinationAddressNames) {
|
||||
|
||||
Reference in New Issue
Block a user