mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
type distinct prover asymmetry fixed (IDEA-118533)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
abstract class Test {
|
||||
|
||||
interface InputFormat<K, V> {
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private static Class<? extends InputFormat<?, ?>> getInputFormatClass(final Class<? extends InputFormat> aClass)
|
||||
throws ClassNotFoundException {
|
||||
return (Class<? extends InputFormat<?, ?>>) aClass;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user