From 3c6f90e5524d38bdd30750eb04441a1897bcd8dd Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 10 Dec 2017 11:35:11 +0000 Subject: Fix proc groups from import names --- src/check_type.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/check_type.cpp') diff --git a/src/check_type.cpp b/src/check_type.cpp index 5c9654a2d..7153bbfa1 100644 --- a/src/check_type.cpp +++ b/src/check_type.cpp @@ -1225,8 +1225,7 @@ Type *check_get_params(Checker *c, Scope *scope, AstNode *_params, bool *is_vari bool detemine_type_from_operand = false; Type *specialization = nullptr; - bool is_using = (p->flags&FieldFlag_using) != 0; - + bool is_using = (p->flags&FieldFlag_using) != 0; if (type_expr == nullptr) { if (default_value->kind == AstNode_BasicDirective && -- cgit v1.2.3