summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2651_4/A.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/buildmanager/t2651_4/A.scala')
-rw-r--r--test/files/buildmanager/t2651_4/A.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/buildmanager/t2651_4/A.scala b/test/files/buildmanager/t2651_4/A.scala
deleted file mode 100644
index 63f2a1643e..0000000000
--- a/test/files/buildmanager/t2651_4/A.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-trait A[T, S] {
- def x: T
- def y(a: T)
- def z[B <: T]
-}