summaryrefslogtreecommitdiff
path: root/test/pending/pos/t010/Presentations.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/t010/Presentations.scala')
-rw-r--r--test/pending/pos/t010/Presentations.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/pending/pos/t010/Presentations.scala b/test/pending/pos/t010/Presentations.scala
deleted file mode 100644
index ee2d94162f..0000000000
--- a/test/pending/pos/t010/Presentations.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-package pkg1
-trait Presentations {
- trait ProjectImpl {
- trait FileImpl
- protected def lockTyper[T](f : => T) = {
- if (this == null) None
- else Some(f)
- }
- }
-}