mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
unimplement interface in generics case: check by subst. signature (IDEA-67230 )
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// "Unimplement Interface" "true"
|
||||
class A implements II<S<caret>tring> {
|
||||
public String toString() {
|
||||
return super.toString();
|
||||
}
|
||||
|
||||
public void foo(String ty){}
|
||||
}
|
||||
|
||||
interface II<T> {
|
||||
void foo(T ty);
|
||||
}
|
||||
Reference in New Issue
Block a user