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
[error] value fooMember is not a member of Int
[error] 4.fooMember
[error] ^^^^^^^^^^^
Expectation
It compiles and prints fooMember. The implicit conversion should be called and int should be converted into Int & Dynamic, which should make this work.