summaryrefslogtreecommitdiff
path: root/test/pending/presentation/context-bounds1/src/ContextBounds.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/presentation/context-bounds1/src/ContextBounds.scala')
-rw-r--r--test/pending/presentation/context-bounds1/src/ContextBounds.scala13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/pending/presentation/context-bounds1/src/ContextBounds.scala b/test/pending/presentation/context-bounds1/src/ContextBounds.scala
deleted file mode 100644
index 72a8f694a3..0000000000
--- a/test/pending/presentation/context-bounds1/src/ContextBounds.scala
+++ /dev/null
@@ -1,13 +0,0 @@
-object ContextBound {
- val blubb = new Blubb/*#*/
-
- def work[A: Foo/*#*/](f: Blubb/*#*/ => A/*#*/): A/*#*/ = f(blubb/*#*/) ensuring {
- implicitly[Foo/*#*/[A/*#*/]].foo/*#*/(_) >= 42
- }
-}
-
-trait Foo[A] {
- def foo(a: A/*#*/): Int
-}
-
-class Blubb \ No newline at end of file