summaryrefslogblamecommitdiff
path: root/test/files/neg/t6539.check
blob: a5d5a7244d0eec3e90d714f3f409d12f7cff15cb (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                                                    
Test_2.scala:2: error: reference to method cto in object M should not survive typechecking: cto may only be used as an argument to m
	M.cto // error
          ^
Test_2.scala:3: error: reference to method cto in object M should not survive typechecking: cto may only be used as an argument to m
	M.m(M.cto, ()) // error
              ^
Test_2.scala:5: error: reference to method cto in object M should not survive typechecking: cto may only be used as an argument to m
	M.cto // error
          ^
three errors found