You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usingSystem;_=newS()is[];structS{publicintthis[Indexi]=>i.Value;// Introducing a private Length property won't change the result// private int Length => 42;}
Expected Behavior: a compiler error is emitted saying that the Length property is required but missing/inaccessible.
Actual Behavior: error CS7038: Failed to emit module '_': Unable to determine specific cause of the failure.
Version Used: main (27 Jan 2022, 3b32fc3)
Steps to Reproduce:
Expected Behavior: a compiler error is emitted saying that the
Length
property is required but missing/inaccessible.Actual Behavior:
error CS7038: Failed to emit module '_': Unable to determine specific cause of the failure.
Relates to test plan #51289
The text was updated successfully, but these errors were encountered: