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 following program shows an error, but it's not attached to the position where this language feature is used. It's quite hard to locate them in a large code base.
error: extension of type scala.Dynamic needs to be enabled
by making the implicit value language.dynamics visible.
This can be achieved by adding the import clause 'import scala.language.dynamics'
or by setting the compiler option -language:dynamics.
See the Scala docs for value scala.language.dynamics for a discussion
why the feature needs to be explicitly enabled.
one error found
The text was updated successfully, but these errors were encountered:
The following program shows an error, but it's not attached to the position where this language feature is used. It's quite hard to locate them in a large code base.
See issue in the IDE tracker: https://www.assembla.com/spaces/scala-ide/tickets/1001409#/activity/ticket:
The text was updated successfully, but these errors were encountered: