X-Git-Url: http://nitlanguage.org diff --git a/src/frontend/check_annotation.nit b/src/frontend/check_annotation.nit index eb05a14..b002d16 100644 --- a/src/frontend/check_annotation.nit +++ b/src/frontend/check_annotation.nit @@ -76,12 +76,15 @@ private class CheckAnnotationPhase var primtives_annotations_list = """ new_annotation +conditional + deprecated fixed lazy noinit readonly writable +optional autoinit noautoinit lateinit @@ -91,14 +94,23 @@ abstract intern extern no_warning +generated auto_inspect pkgconfig cflags ldflags +light_ffi platform + +test +before +before_all +after +after_all +example """ # Efficient set build from `primtives_annotations_list`