Skip to content

Commit

Permalink
Update TypedSyntax/src/node.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Shuhei Kadowaki <[email protected]>
  • Loading branch information
simeonschaub and aviatesk authored Sep 26, 2024
1 parent 3a2bd0d commit e0f739b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TypedSyntax/src/node.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0f739b

Please sign in to comment.