aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/spec-t5545/S_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/spec-t5545/S_1.scala')
-rw-r--r--tests/pending/pos/spec-t5545/S_1.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/pending/pos/spec-t5545/S_1.scala b/tests/pending/pos/spec-t5545/S_1.scala
deleted file mode 100644
index 59ec1fd85..000000000
--- a/tests/pending/pos/spec-t5545/S_1.scala
+++ /dev/null
@@ -1,4 +0,0 @@
-trait F[@specialized(Int) T1, R] {
- def f(v1: T1): R
- def g = v1 => f(v1)
-}