summaryrefslogtreecommitdiff
path: root/test/files/run/t6863.check
blob: d4df5f7a74bcd1c1d146e5b2aca13a07bfa2ed4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
t6863.scala:38: warning: comparing values of types Unit and Unit using `==' will always yield true
    assert({ () => x}.apply == ())
                            ^
t6863.scala:42: warning: comparing values of types Unit and Unit using `==' will always yield true
    assert({ () => x}.apply == ())
                            ^
t6863.scala:46: warning: comparing values of types Unit and Unit using `==' will always yield true
    assert({ () => x}.apply == ())
                            ^
t6863.scala:59: warning: comparing values of types Unit and Unit using `==' will always yield true
    assert({ () => x }.apply == ())
                             ^
warning: there were four deprecation warnings; re-run with -deprecation for details