mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
testdata for IDEA-104100
(cherry picked from commit 411a14aa13d2b77fb37adbb2f00c7d1dcff2efdf)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
public class TestGenericMap<A extends Comparable<A>, B extends Comparable<B>>
|
||||
{
|
||||
public TestGenericMap<B, A> inverse()
|
||||
{
|
||||
return new TestGenericMap<>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user