mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-167807 Completion inside wildcard type suggests equals
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package abcdef;
|
||||
|
||||
public class Foo {
|
||||
void foo() {
|
||||
Class<String> classOfString = (Class<? <caret>>)aClass.cast(Long.class);
|
||||
}
|
||||
|
||||
static class NClass {}
|
||||
}
|
||||
Reference in New Issue
Block a user