summaryrefslogtreecommitdiff
path: root/test/files/run/arrays.check
blob: c9a3a87268ef1b7e687cccbaf09dbfd0081d78d2 (plain) (blame)
1
2
3
4
5
6
7
arrays.scala:248: warning: comparing values of types Unit and Unit using `==' will always yield true
    check(xs(0) == u0, xs(0), u0);
                ^
arrays.scala:249: warning: comparing values of types Unit and Unit using `==' will always yield true
    check(xs(1) == u1, xs(1), u1);
                ^
checks: 2302