Skip to content

Conversation

@c42f
Copy link
Member

@c42f c42f commented Dec 6, 2022

Fix cases where parens are used around module name such as

function (A).f()
end

See in the wild as things like function ($M).$J() end

Fix cases where parens are used around module name such as

    function (A).f()
    end

See in the wild as things like `function ($M).$J() end`
@c42f c42f merged commit d6f05ca into main Dec 7, 2022
@c42f c42f deleted the c42f/fix-paren-dot-function-def branch December 7, 2022 01:38
c42f added a commit to JuliaLang/julia that referenced this pull request Oct 17, 2025
)

Fix cases where parens are used around module name such as

    function (A).f()
    end

See in the wild as things like `function ($M).$J() end`
topolarity pushed a commit to JuliaLang/julia that referenced this pull request Nov 14, 2025
)

Fix cases where parens are used around module name such as

    function (A).f()
    end

See in the wild as things like `function ($M).$J() end`
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