mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
move OverrideImplementTest to community
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
public interface A {
|
||||
void foo(String pppppppppppp1, String pppppppppppp2,String pppppppppppp3,String pppppppppppp4,String pppppppppppp5,String pppppppppppp6,String pppppppppppp7,String pppppppppppp8);
|
||||
}
|
||||
|
||||
abstract class B implements A{
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user