mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
CompletionStyleTest -> community
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class A{
|
||||
interface A<T>{}
|
||||
class MyGenericClass1<T> implements A<T>{}
|
||||
class MyGenericClass2<T> implements A<T>{}
|
||||
class MyGenericClass3<T> implements A<T>{}
|
||||
|
||||
{
|
||||
A<String> a = new MyGenericClass2<String>();<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user