summaryrefslogtreecommitdiff
path: root/test/files/neg/t6539.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6539.check')
-rw-r--r--test/files/neg/t6539.check18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/files/neg/t6539.check b/test/files/neg/t6539.check
index a5d5a7244d..b647636338 100644
--- a/test/files/neg/t6539.check
+++ b/test/files/neg/t6539.check
@@ -1,10 +1,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
- ^
+Test_2.scala:2: error: cto may only be used as an argument to m
+ M.cto // error
+ ^
+Test_2.scala:3: error: cto may only be used as an argument to m
+ M.m(M.cto, ()) // error
+ ^
+Test_2.scala:5: error: cto may only be used as an argument to m
+ M.cto // error
+ ^
three errors found