mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
distinct prover: do not distinguish raw type arguments from type arguments without params (IDEA-119546)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
public interface I<K> {
|
||||
}
|
||||
|
||||
abstract class SpringHighlightingTestCase<T extends I>{
|
||||
@SuppressWarnings("unchecked")
|
||||
protected Class<T> getBuilderClass() {
|
||||
return (Class<T>)I.class;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user