nitc :: AAsNotNullableExternCall :: init_aasnotnullableexterncall
init init_aasnotnullableexterncall (
n_type: nullable AType,
n_kwas: nullable TKwas,
n_kwnot: nullable TKwnot,
n_kwnullable: nullable TKwnullable
)
do
_n_type = n_type.as(not null)
n_type.parent = self
_n_kwas = n_kwas.as(not null)
n_kwas.parent = self
_n_kwnot = n_kwnot.as(not null)
n_kwnot.parent = self
_n_kwnullable = n_kwnullable.as(not null)
n_kwnullable.parent = self
end
src/parser/parser_prod.nit:8409,2--8424,4