summaryrefslogtreecommitdiff
path: root/test/files/neg/t8704.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8704.scala')
-rw-r--r--test/files/neg/t8704.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/neg/t8704.scala b/test/files/neg/t8704.scala
index cfabd18507..db43bfcaa5 100644
--- a/test/files/neg/t8704.scala
+++ b/test/files/neg/t8704.scala
@@ -3,3 +3,5 @@
class C(i: Int)(implicit j: Int)(implicit k: Int)(n: Int) {
def f = n
}
+
+class D(private implicit val i: Int)(implicit s: String)