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

Allow infix operators at start of line (under -Xsource:3 only) #8419

Merged
merged 2 commits into from Feb 5, 2020

Commits on Feb 4, 2020

  1. Allow infix operators at start of line

    Backport from dotty under `-Xsource:2.14`.
    
    The simple expr token test was unused, and is moved
    to scanner. Partests are more verbose than in dotty.
    som-snytt committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    b8aae48 View commit details
    Browse the repository at this point in the history
  2. Tests for backticked infix

    som-snytt committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    3ad1c39 View commit details
    Browse the repository at this point in the history