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
The compiler should not allow the arguments ("foo", "bar", "baz") to be passed to a function that expects one Unit argument. This is particularly problematic for higher-order functions that may return a unary A => Unit function, with A being Unit in situations where the first function argument is irrelevant.