summaryrefslogtreecommitdiff
path: root/test/files/neg/t6335.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2012-09-09 14:10:53 +0200
committerJason Zaugg <jzaugg@gmail.com>2012-09-09 14:10:53 +0200
commit6f78b501c226bd3c24c516801a23865531591ebe (patch)
tree23fb1b3ed1bb2434556edd5c6aed8f35cad49109 /test/files/neg/t6335.check
parentb43b3b0ba8ac55ea9c1727b8a4c5e9ad5696fe6d (diff)
downloadscala-6f78b501c226bd3c24c516801a23865531591ebe.tar.gz
scala-6f78b501c226bd3c24c516801a23865531591ebe.tar.bz2
scala-6f78b501c226bd3c24c516801a23865531591ebe.zip
More tests for SI-6335.
Diffstat (limited to 'test/files/neg/t6335.check')
-rw-r--r--test/files/neg/t6335.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/neg/t6335.check b/test/files/neg/t6335.check
new file mode 100644
index 0000000000..1727a05eb2
--- /dev/null
+++ b/test/files/neg/t6335.check
@@ -0,0 +1,9 @@
+t6335.scala:6: error: method Z is defined twice
+ conflicting symbols both originated in file 't6335.scala'
+ implicit class Z[A](val i: A) { def zz = i }
+ ^
+t6335.scala:3: error: method X is defined twice
+ conflicting symbols both originated in file 't6335.scala'
+ implicit class X(val x: Int) { def xx = x }
+ ^
+two errors found