Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

m should be typed as roAssociativeArray for all inline functions #1272

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

markwpearce
Copy link
Collaborator

Example:

class Test
    sub method()
        stub = function()
            m.whatever = false ' m here is unknown - it is an AA
        end function
    end sub
end class

@markwpearce markwpearce added this to the v1.0.0 milestone Aug 6, 2024
@markwpearce markwpearce merged commit 0b7f553 into release-1.0.0 Aug 6, 2024
4 checks passed
@markwpearce markwpearce deleted the m_in_anonymous_func branch August 6, 2024 18:07
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.

2 participants