summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }