mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
testdata for IDEA-21597
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
interface Foo<A> {}
|
||||
interface Bar extends Foo<Boolean> {}
|
||||
class FooFactory {
|
||||
public <A> Foo<A> getFoo() {
|
||||
return (Foo<A>) new Bar() {};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user