aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t2667.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t2667.scala')
-rw-r--r--tests/untried/pos/t2667.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/untried/pos/t2667.scala b/tests/untried/pos/t2667.scala
deleted file mode 100644
index 7f1f36f00..000000000
--- a/tests/untried/pos/t2667.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object A {
- def foo(x: Int, y: Int*): Int = 45
- def foo[T](x: T*): Int = 55
-
- val x: Unit = foo(23, 23f)
-}