summaryrefslogtreecommitdiff
path: root/test/files/pos/bug3861.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-02-18 19:55:08 +0000
committerPaul Phillips <paulp@improving.org>2011-02-18 19:55:08 +0000
commite91c0e25f1095e77b8dcc8342893462d072a35e9 (patch)
tree031763cd5511c7628e6a955956d1725fd7d3c50e /test/files/pos/bug3861.scala
parent38c668fcc7df015f57cb7891154e261cd0a1fd76 (diff)
downloadscala-e91c0e25f1095e77b8dcc8342893462d072a35e9.tar.gz
scala-e91c0e25f1095e77b8dcc8342893462d072a35e9.tar.bz2
scala-e91c0e25f1095e77b8dcc8342893462d072a35e9.zip
Test case closes #3861, no review.
Diffstat (limited to 'test/files/pos/bug3861.scala')
-rw-r--r--test/files/pos/bug3861.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/pos/bug3861.scala b/test/files/pos/bug3861.scala
new file mode 100644
index 0000000000..5ebe025203
--- /dev/null
+++ b/test/files/pos/bug3861.scala
@@ -0,0 +1,2 @@
+trait Y
+abstract class X(x: Int) { self: Y => x }