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 asan 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.