expand static import intention available at the end of the line (IDEA-199910)

This commit is contained in:
Anna.Kozlova
2018-10-04 19:05:55 +02:00
parent 106381f539
commit 3bf18f4db9
2 changed files with 3 additions and 3 deletions

View File

@@ -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) {