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
dynamic.scala:10:error: method selectDynamic: (s: String)Dyn does not take typeparameters
error after rewriting to Foo.this.dyn.selectDynamic[String]("foo")
possible cause: maybe a wrong Dynamic method signature?
dyn.foo.bar.baz.get[String]
^
one error found
It looks like the fix to #6320 (incidentally not marked as resolved yet, but the fix is in 2.10-RC2) applies the type parameter to the selectDynamic method, instead of the get method.
The text was updated successfully, but these errors were encountered:
It looks like the fix to #6320 (incidentally not marked as resolved yet, but the fix is in 2.10-RC2) applies the type parameter to the selectDynamic method, instead of the get method.
The text was updated successfully, but these errors were encountered: