nitc :: ANullExpr :: init_anullexpr
init init_anullexpr ( n_kwnull: nullable TKwnull, n_annotations: nullable AAnnotations ) do _n_kwnull = n_kwnull.as(not null) n_kwnull.parent = self _n_annotations = n_annotations if n_annotations != null then n_annotations.parent = self end