fix function defs in containers

This commit is contained in:
SuperAuguste 2020-05-29 16:07:00 -04:00
parent b08ff62595
commit c9af33011a

View File

@ -1089,7 +1089,7 @@ fn addOutlineNodes(allocator: *std.mem.Allocator, children: *std.ArrayList(types
.PrefixOp, .SuffixOp, .ControlFlowExpression, .ArrayInitializerDot, .SwitchElse, .PrefixOp, .SuffixOp, .ControlFlowExpression, .ArrayInitializerDot, .SwitchElse,
.SwitchCase, .For, .EnumLiteral, .PointerIndexPayload , .StructInitializerDot, .SwitchCase, .For, .EnumLiteral, .PointerIndexPayload , .StructInitializerDot,
.PointerPayload, .While, .Switch, .Else, .BoolLiteral, .NullLiteral, .Defer, .PointerPayload, .While, .Switch, .Else, .BoolLiteral, .NullLiteral, .Defer,
.StructInitializer, .FieldInitializer, .If, .FnProto, .MultilineStringLiteral, .StructInitializer, .FieldInitializer, .If, .MultilineStringLiteral,
.UndefinedLiteral, .VarType, .Block => return, .UndefinedLiteral, .VarType, .Block => return,
.ContainerDecl => { .ContainerDecl => {