mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
move OverrideImplementTest to community
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
public interface A {
|
||||
void foo(String p1, String p2,String p3,String p4,String p5,String p6,String p7);
|
||||
}
|
||||
|
||||
abstract class B implements A{
|
||||
public void foo(String p1,
|
||||
String p2,
|
||||
String p3,
|
||||
String p4,
|
||||
String p5,
|
||||
String p6,
|
||||
String p7) {
|
||||
<caret><selection>//To change body of implemented methods use File | Settings | File Templates.</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user