mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
testdata for IDEA-127285
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
|
||||
public static void main(String[] args) {
|
||||
multiBound("test");
|
||||
multiBound(null);
|
||||
}
|
||||
|
||||
static <E extends Comparable<E> & CharSequence> void multiBound(E e) {}
|
||||
}
|
||||
Reference in New Issue
Block a user