Method surface for Int
uses deprecated string addition with Scala 3.4.1
#3413
Labels
Int
uses deprecated string addition with Scala 3.4.1
#3413
Method surface for
Int
produces warning about deprecated string addition with Scala 3.4.1Build.sbt:
Main.scala:
Error is:
A similar error is produced when using some other primitive types (
Double
,Float
,Short
,Byte
)Note: while it may seem is has no sense to query for methods of
Int
, such situation can happen when processing type recursively or automatically.The text was updated successfully, but these errors were encountered: