aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t697.scala
blob: 6caea418d59b7879be043d177c46938c019f5c28 (plain) (blame)
1
2
3
object test {
  val x = 10 == 20 == 30 < 10;
}