move OverrideImplementTest to community

This commit is contained in:
Dmitry Jemerov
2011-11-04 13:11:01 +01:00
parent bc99e8934e
commit 23dba4e6bd
22 changed files with 308 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@interface ff{
String f() default "";
}
class d implements ff {
<caret>
public Class<? extends Annotation> annotationType() {
return null; //To change body of implemented methods use File | Settings | File Templates.
}
}