summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2650_3/t2650_3.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/buildmanager/t2650_3/t2650_3.check')
-rw-r--r--test/files/buildmanager/t2650_3/t2650_3.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/buildmanager/t2650_3/t2650_3.check b/test/files/buildmanager/t2650_3/t2650_3.check
index 5c6326d59f..c109800d9c 100644
--- a/test/files/buildmanager/t2650_3/t2650_3.check
+++ b/test/files/buildmanager/t2650_3/t2650_3.check
@@ -10,5 +10,6 @@ B.scala:2: error: type mismatch;
found : a.T
(which expands to) Long
required: Int
+ possible cause: missing arguments for method or constructor
def x(a: A): Int = a.x
^