summaryrefslogtreecommitdiff
path: root/test/files/neg/elide-to-nothing.check
blob: 3ef05aac9a6a0fe3c969a09229a0395ce7ea04de (plain) (blame)
1
2
3
4
elide-to-nothing.scala:14: error: Cannot elide where Nothing is required.
  val b: Nothing = unimplemented()
                                ^
one error found