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,4 @@
// "Make 'fancy' an annotation class" "true"
annotation class fancy
[fancy] class foo {}