QuickFix for NOT_AN_ANNOTATION_CLASS error.

This commit is contained in:
Wojciech Lopata
2013-02-14 17:20:42 +01:00
committed by Andrey Breslav
parent 8fad23691f
commit c3d5350315
7 changed files with 128 additions and 0 deletions
@@ -0,0 +1,3 @@
// "Make 'String' an annotation class" "false"
// ERROR: 'String' is not an annotation class
[String<caret>] class foo {}