DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / neg / t5426.scala
12345678910
class A { def f1 = Some(5) == 5 def f2 = 5 == Some(5) val x1 = 5 val x2 = Some(5) (x1 == x2) (x2 == x1) }