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
case fms => fms.mkString("self: ", " with ", " =>")
Welcome to Scala 3.5.1 (1.8.0_422, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.
scala> trait A; trait B; trait C { self : A with B => }
1 warning found
-- [E003] Syntax Warning: ------------------------------------------------------
1 |trait A; trait B; trait C { self : A with B => }
| ^^^^
| with as a type operator has been deprecated; use & instead
The text was updated successfully, but these errors were encountered:
contraband/library/src/main/scala/sbt/contraband/CodecCodeGen.scala
Line 171 in afc4a04
contraband/library/src/main/scala/sbt/contraband/CodecCodeGen.scala
Line 304 in afc4a04
The text was updated successfully, but these errors were encountered: