Completely implement annotations #40
Labels
cat:lang
Category: Language design
cmp:compiler
Component: Compiler backend (e.g., annotation processors, code generators)
typ:enhance
Type: Enhancement/new feature
Continued from #34, we need to implement annotations for all sorts of declarations, including:
import
line)Note that last part. Each
import
line is represented as multipleImport
types in AST, we currently have no easy way to annotate perimport
line.The text was updated successfully, but these errors were encountered: