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
value foo is not a member of B.this.X, but could be made available as an extension method.
The following importmightfixtheproblem:importPlayground.B.foo
Expectation
(x:B.this.X) is a B#X and should look for extension methods on B#X.
Note, that at global scope, (bx:b.X).foo is correctly recognized.
The text was updated successfully, but these errors were encountered:
Compiler version
3.2.2 , 3.3.0-RC1
Minimized code
Output
Expectation
(x:B.this.X)
is aB#X
and should look for extension methods onB#X
.Note, that at global scope,
(bx:b.X).foo
is correctly recognized.The text was updated successfully, but these errors were encountered: