mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
testdata for IDEA-152179
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import java.util.*;
|
||||
class Test {
|
||||
public static void foo(final List<? extends Comparable> comparables) {
|
||||
Collections.sort(comparables);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user