mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
SOE with recursive type parameter dependencies
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
private <<error descr="Cyclic inheritance involving 'S'"></error>S extends K, K extends S> S b(S s) {
|
||||
|
||||
if (true) return b <error descr="'b(S)' in 'Test' cannot be applied to '()'">()</error>;
|
||||
<error descr="Missing return statement">}</error>
|
||||
}
|
||||
Reference in New Issue
Block a user