summaryrefslogtreecommitdiff
path: root/test/neg/bug45.check
blob: 530bd78c4241778b2121304ef412945124683c8b (plain) (blame)
1
2
3
4
5
6
bug45.scala:4: type mismatch;
 found   : scala.AllRef
 required: Int
        def foo[Int](x: Int): Int = null;
                                    ^
one error found