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 generated code will now cause the Scala 3.4.x compiler to emit the warning:
[warn] 36 | private[this] def argEscape(k: String, v: String): String = Query.apply((k, Some(v))).toString
[warn] | ^
[warn] |Ignoring [this] qualifier.
[warn] |This syntax will be deprecated in the future; it should be dropped.
[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
The text was updated successfully, but these errors were encountered:
The generated code will now cause the Scala 3.4.x compiler to emit the warning:
The text was updated successfully, but these errors were encountered: