aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos')
-rw-r--r--tests/untried/pos/t1056.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/untried/pos/t1056.scala b/tests/untried/pos/t1056.scala
deleted file mode 100644
index 68f1ff273..000000000
--- a/tests/untried/pos/t1056.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-object Test {
- type T = PartialFunction[String,String]
- def g(h: T) = ()
- g({case s: String => s})
-}