mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
move OverrideImplementTest to community
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public interface A {
|
||||
void foo(String p1, String p2,String p3,String p4,String p5,String p6,String p7);
|
||||
}
|
||||
|
||||
abstract class B implements A{
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user