From e0f739b57a2ffd014071c21276153d291f0adf29 Mon Sep 17 00:00:00 2001 From: Simeon David Schaub Date: Thu, 26 Sep 2024 20:45:07 +0200 Subject: [PATCH] Update TypedSyntax/src/node.jl Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com> --- TypedSyntax/src/node.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/TypedSyntax/src/node.jl b/TypedSyntax/src/node.jl index 0b404eff..5202a855 100644 --- a/TypedSyntax/src/node.jl +++ b/TypedSyntax/src/node.jl @@ -143,7 +143,6 @@ function map_signature!(sig::TypedSyntaxNode, slotnames::Vector{Symbol}, slottyp arg = first(children(arg)) end if kind(arg) == K"var" - @show arg children(arg) arg = child(arg, 1) end kind(arg) == K"tuple" && return nothing, defaultval # FIXME? see extrema2 test