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
11| x.foo
|^^^^^| value foo is not a member of Int- did you mean x.+?.
|An extension method was tried, but could not be fully constructed:
||Test.given_foo_of_Int.foo(Test.x)
expectation
It should compile and it should generate the same code as
10| x.foo
|^^^^^| value foo is not a member of Int- did you mean x.+?.
|An extension method was tried, but could not be fully constructed:
||Test.given_foo_of_Int.foo(Test.x)
minimized code
fails with
expectation
It should compile and it should generate the same code as
which does compile.
The text was updated successfully, but these errors were encountered: