summaryrefslogtreecommitdiff
path: root/test/files/neg/t8072.check
blob: 92670101353cdac9a16b27e717736c43492baab9 (plain) (blame)
1
2
3
4
t8072.scala:4: error: value ifParSeq is not a member of List[Int]
  val y = x.ifParSeq[Int](throw new Exception).otherwise(0)  // Shouldn't compile
            ^
one error found