X-Git-Url: http://nitlanguage.org diff --git a/src/frontend/check_annotation.nit b/src/frontend/check_annotation.nit index eb05a14..9dc9cfd 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,27 @@ abstract intern extern no_warning +generated auto_inspect pkgconfig cflags ldflags +light_ffi platform + +test +before +before_all +after +after_all +example + +expect +ensure +no_contract """ # Efficient set build from `primtives_annotations_list`