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
I am trying to silence deprecation warning on package object inheritance while we migrate to Scala 3. The annotation location parses fine if the package keyword is removed. Perhaps I'm supposed to put the annotation somewhere else, but I couldn't figure out where.
The text was updated successfully, but these errors were encountered:
reproduction steps
using Scala 2.13.7
problem
Fails to compile with
I am trying to silence deprecation warning on package object inheritance while we migrate to Scala 3. The annotation location parses fine if the
package
keyword is removed. Perhaps I'm supposed to put the annotation somewhere else, but I couldn't figure out where.The text was updated successfully, but these errors were encountered: