fix function defs in containers
This commit is contained in:
parent
b08ff62595
commit
c9af33011a
@ -1089,7 +1089,7 @@ fn addOutlineNodes(allocator: *std.mem.Allocator, children: *std.ArrayList(types
|
||||
.PrefixOp, .SuffixOp, .ControlFlowExpression, .ArrayInitializerDot, .SwitchElse,
|
||||
.SwitchCase, .For, .EnumLiteral, .PointerIndexPayload , .StructInitializerDot,
|
||||
.PointerPayload, .While, .Switch, .Else, .BoolLiteral, .NullLiteral, .Defer,
|
||||
.StructInitializer, .FieldInitializer, .If, .FnProto, .MultilineStringLiteral,
|
||||
.StructInitializer, .FieldInitializer, .If, .MultilineStringLiteral,
|
||||
.UndefinedLiteral, .VarType, .Block => return,
|
||||
|
||||
.ContainerDecl => {
|
||||
|
Loading…
Reference in New Issue
Block a user