summaryrefslogtreecommitdiff
path: root/test/files/pos/t0305.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t0305.scala')
-rw-r--r--test/files/pos/t0305.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t0305.scala b/test/files/pos/t0305.scala
index 4838b1fcf8..4d37a02eb3 100644
--- a/test/files/pos/t0305.scala
+++ b/test/files/pos/t0305.scala
@@ -1,5 +1,5 @@
object Test extends App {
-
+
def foo(is:Int*) = 1;
def foo(i:Int) = 2;