summaryrefslogtreecommitdiff
path: root/test/files/neg/object-not-a-value.check
blob: 613210f27c4de10aa1025317da69ce7eaa0eda82 (plain) (blame)
1
2
3
4
object-not-a-value.scala:5: error: object java.util.List is not a value
    List(1) map (_ + 1)
    ^
one error found