summaryrefslogtreecommitdiff
path: root/test/files/neg/t3653.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3653.scala')
-rw-r--r--test/files/neg/t3653.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t3653.scala b/test/files/neg/t3653.scala
new file mode 100644
index 0000000000..96cf96008a
--- /dev/null
+++ b/test/files/neg/t3653.scala
@@ -0,0 +1,4 @@
+class B {
+ def x(i: Int) = 3
+ def x(implicit x: Int) = 5
+} \ No newline at end of file