From 426102723265c44dfa661965acbcc776fbf47b57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 8 Sep 2021 15:40:20 +0200 Subject: [PATCH] :art: Internal extending array --- src/import/import_cdef.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/import/import_cdef.c b/src/import/import_cdef.c index 251fc00c..4d128883 100644 --- a/src/import/import_cdef.c +++ b/src/import/import_cdef.c @@ -68,6 +68,9 @@ ANN static Type type_finish(const Gwi gwi, const Type t) { gwi->lint->indent++; lint_class_def(gwi->lint, t->info->cdef); } + if(t->info->cdef && t->info->cdef->base.ext && + t->info->cdef->base.ext->array) + set_tflag(t, tflag_typedef); return t; } -- 2.43.0