summaryrefslogblamecommitdiff
path: root/test/files/run/t6863.check
blob: fea22b582f0b4377cfc8a922672a117163f6d702 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                                  
                                                                                  
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 4 deprecation warning(s); re-run with -deprecation for details