summaryrefslogtreecommitdiff
path: root/test/files/run/t6863.check
blob: 030cb8b2658b3a3f2f38e8800dde7797f8d234bf (plain) (blame)
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 == ())
                             ^