-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
VB Overload Resolution Priority - handle operators and respect language version #75941
VB Overload Resolution Priority - handle operators and respect language version #75941
Conversation
} | ||
|
||
[Fact] | ||
public void LiftedOperator_01() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this meaningfully different than UnaryOperator_Allowed
? #Pending
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably not, but it is clear what this test is about and, therefore, it is less likely that the test will be modified in a way that the lifted/un-lifted aspect is not covered
return Nothing | ||
End Operator | ||
|
||
<System.Runtime.CompilerServices.OverloadResolutionPriority(1)> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we planning to report an error here? The equivalent C# is disallowed. #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we planning to report an error here? The equivalent C# is disallowed.
There is an open design question about that in the speclet
@cston, @dotnet/roslyn-compiler For the second review |
1 similar comment
@cston, @dotnet/roslyn-compiler For the second review |
9c882b7
into
dotnet:features/VBOverloadResolutionPriority
No description provided.