move OverrideImplementTest to community

This commit is contained in:
Dmitry Jemerov
2011-11-04 13:13:09 +01:00
parent bc99e8934e
commit 23dba4e6bd
22 changed files with 308 additions and 0 deletions
@@ -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>
}