ClassNameCompletionTest -> community

This commit is contained in:
peter
2009-10-15 19:04:14 +01:00
parent 4c2eb97ca9
commit 3d76ccc31a
74 changed files with 619 additions and 0 deletions
@@ -0,0 +1,7 @@
package aaa;
@interface MyObjectType {}
class A {
void aaa() {
getClass().getAnnotations(MyObject<caret>)
}
}