We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-language:strictEquality
contains
3.5.0-RC1 with -language:strictEquality enabled
@main def hello(): Unit = println(Seq[String]().contains(1))
false
I would expect it to not compile because of strict equality and mismatched types.