We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tracking bug of smaller work items:
turn this bug into a readme.md document for the feature.
syntax model parsing
binding right RefKind, some testing
in
ref readonly
public API and symbol display,
method body binding for parameters
Invoking methods with “in” parameters
More optimal codegen for indirect reading of readonly fields
check the interop story
additional diagnostics for semantics of in parameters
flow analysis
OHI
none
Operators?
Ref return binding
Lambda Inference (similar to out ?)
out
Metadata
Passing readonly fields as in
Readonly structs
Ref extension methods
Elvis operator on “readonly ref”
IDE support
Debug EE. Is there any work?
Mop up
The text was updated successfully, but these errors were encountered:
Remaining items are covered by individual bugs and testplan.
Sorry, something went wrong.
VSadov
OmarTawfik
No branches or pull requests
Tracking bug of smaller work items:
turn this bug into a readme.md document for the feature.
syntax model parsing
binding right RefKind, some testing
in
parametersref readonly
parametersref readonly
returns. (make sure RefKind is not lost to become "ref", properties must not have setters though")public API and symbol display,
method body binding for parameters
in
parameters can be readInvoking methods with “in” parameters
More optimal codegen for indirect reading of readonly fields
check the interop story
additional diagnostics for semantics of
in
parametersin
parameters, dynamic, vararg, (the table of expr contexts?)flow analysis
OHI
in
andnone
are ambiguous at call sites.Operators?
Ref return binding
Lambda Inference (similar to
out
?)Metadata
Passing readonly fields as
in
Readonly structs
Ref extension methods
Elvis operator on “readonly ref”
IDE support
Debug EE. Is there any work?
Mop up
The text was updated successfully, but these errors were encountered: