Skip to content

Conversation

@c42f
Copy link
Member

@c42f c42f commented Dec 13, 2022

Fixes for is_eventuall_call so that the following parse correctly

function (::g(x))() end
function (f::T{g(i)})() end

As part of this, we mark :: expressions with infix or prefix flags depending on the form to make the two forms easy to detect.

Part of #134

Fixes for is_eventuall_call so that the following parse correctly

    function (::g(x))() end
    function (f::T{g(i)})() end

As part of this, we mark :: expressions with infix or prefix flags
depending on the form to make the two forms easy to detect.
@c42f c42f merged commit d09245b into main Dec 13, 2022
@c42f c42f deleted the c42f/function-decl-fixes branch December 13, 2022 07:51
c42f added a commit to JuliaLang/julia that referenced this pull request Oct 17, 2025
…#168)

Fixes for `is_eventuall_call` so that the following parse correctly

    function (::g(x))() end
    function (f::T{g(i)})() end

As part of this, we mark `::` expressions with infix or prefix flags
depending on the form to make the two forms easy to detect.
topolarity pushed a commit to JuliaLang/julia that referenced this pull request Nov 14, 2025
…#168)

Fixes for `is_eventuall_call` so that the following parse correctly

    function (::g(x))() end
    function (f::T{g(i)})() end

As part of this, we mark `::` expressions with infix or prefix flags
depending on the form to make the two forms easy to detect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant