summaryrefslogtreecommitdiff
path: root/test/files/pos/t5703/Impl.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5703/Impl.scala')
-rw-r--r--test/files/pos/t5703/Impl.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/pos/t5703/Impl.scala b/test/files/pos/t5703/Impl.scala
new file mode 100644
index 0000000000..ee22d8fb4b
--- /dev/null
+++ b/test/files/pos/t5703/Impl.scala
@@ -0,0 +1,3 @@
+class Implementation extends Base[Object] {
+ def func(params: Array[Object]): Unit = {}
+} \ No newline at end of file