mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
multiple jdks test of correct check of inheritance with different type arguments
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package p;
|
||||
import java.io.Closeable;
|
||||
import java.util.concurrent.*;
|
||||
|
||||
<error descr="'java.util.concurrent.Callable' cannot be inherited with different type arguments: 'java.lang.AutoCloseable' and 'java.io.Closeable'">abstract class B extends A implements Callable<Closeable></error> {
|
||||
}
|
||||
Reference in New Issue
Block a user