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

C# 7.2 syntax still not working? #1999

Closed
5argon opened this issue Feb 2, 2018 · 2 comments
Closed

C# 7.2 syntax still not working? #1999

5argon opened this issue Feb 2, 2018 · 2 comments

Comments

@5argon
Copy link

5argon commented Feb 2, 2018

Environment data

dotnet --info output:
.NET Command Line Tools (1.0.4)

Product Information:
Version: 1.0.4
Commit SHA-1 hash: af1e6684fd

Runtime Environment:
OS Name: Mac OS X
OS Version: 10.13
OS Platform: Darwin
RID: osx.10.11-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.4

VS Code version: 1.19.3
C# Extension version: 1.13.1

Steps to reproduce

Code like this should be fine

   private static double ASDF(in int point1, in int point2)
    {
        return 1;
    }

This code compiles normally.

Actual behavior

Identifier expected; 'in' is a keyword.

@filipw
Copy link
Contributor

filipw commented Feb 2, 2018

it will be there when this PR gets in #1995

@DustinCampbell
Copy link
Member

This should be available in the latest beta release on this repo. You can follow the instructions here if you are interested in trying the beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants