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
F.scala:17: error: type mismatch;
found : String("y")
required: Int
val z = x.y
^
A better error message would indicate that selectDynamic has the wrong signature. A related situation is when selectDynamic has no arguments, which gives this error message:
error: Int does not take parameters
val z = x.y
^
The text was updated successfully, but these errors were encountered:
A better error message would indicate that selectDynamic has the wrong signature. A related situation is when selectDynamic has no arguments, which gives this error message:
The text was updated successfully, but these errors were encountered: