summaryrefslogtreecommitdiff
path: root/test/files/neg/not-possible-cause.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/not-possible-cause.check')
-rw-r--r--test/files/neg/not-possible-cause.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/neg/not-possible-cause.check b/test/files/neg/not-possible-cause.check
new file mode 100644
index 0000000000..9111cd0d3d
--- /dev/null
+++ b/test/files/neg/not-possible-cause.check
@@ -0,0 +1,10 @@
+not-possible-cause.scala:2: error: type mismatch;
+ found : a.type (with underlying type A)
+ required: AnyRef
+Note that implicit conversions are not applicable because they are ambiguous:
+ both method any2stringfmt in object Predef of type (x: Any)scala.runtime.StringFormat
+ and method any2stringadd in object Predef of type (x: Any)scala.runtime.StringAdd
+ are possible conversion functions from a.type to AnyRef
+ def foo[A <: Product](a: A) { type X = a.type }
+ ^
+one error found