mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
SortContentAction: fix IOOBE, check if expr is literal: IDEA-185784
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// "Sort content" "false"
|
||||
|
||||
import java.util.*;
|
||||
|
||||
public class Main {
|
||||
void foo(int... vararg) {
|
||||
}
|
||||
|
||||
void test() {
|
||||
foo(1, 4, 3,<caret> (int) 1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user