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

[REG2.037] Issue 14682 - Incorrect interpretation of ~ [] #4742

Merged
merged 2 commits into from Jun 17, 2015

Commits on Jun 13, 2015

  1. fix Issue 14682 - Incorrect interpretation of ~ []

    CatExp should check whether array literal operands can fit to opposite side type.
    9rnsr committed Jun 13, 2015
    Copy the full SHA
    4d5c653 View commit details
    Browse the repository at this point in the history
  2. Additional fix for typing concat expression

    In a concatenation for array vs. element, check that whether array literal operands can work like polymorphic expression.
    9rnsr committed Jun 13, 2015
    Copy the full SHA
    38da94b View commit details
    Browse the repository at this point in the history