mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
merge pulled interfaces (IDEA-87191)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class Base implements I<String> {}
|
||||
class Te<caret>st extends Base implements I<String> {}
|
||||
interface I<T>{}
|
||||
Reference in New Issue
Block a user