summaryrefslogtreecommitdiff
path: root/test/files/presentation/t7548/src/Foo.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/t7548/src/Foo.scala')
-rw-r--r--test/files/presentation/t7548/src/Foo.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/presentation/t7548/src/Foo.scala b/test/files/presentation/t7548/src/Foo.scala
new file mode 100644
index 0000000000..cc997f6e5f
--- /dev/null
+++ b/test/files/presentation/t7548/src/Foo.scala
@@ -0,0 +1,7 @@
+object Foo {
+ def foo(x: Int) = {}
+ def foo(x: String) = {}
+ def foo(x: Int, y: String) = {}
+
+ foo(2)
+} \ No newline at end of file