summaryrefslogtreecommitdiff
path: root/test/pending/neg/t7441.check
blob: f25945719709a78e1c40e6b688d54f91a9b6f7c1 (plain) (blame)
1
2
3
4
5
6
t7441.scala:4: error: type mismatch;
 found   : Int(1)
 required: List[Any]
    def test = apply(1)
                     ^
one error found