aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t0053.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t0053.scala')
-rw-r--r--tests/untried/pos/t0053.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/untried/pos/t0053.scala b/tests/untried/pos/t0053.scala
deleted file mode 100644
index 44763ef14..000000000
--- a/tests/untried/pos/t0053.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-object bug {
- def foobar[c]: Int = {
- class Foo { def foo: Bar = new Bar(); }
- class Bar { def bar: c = bar; }
- 0
- }
-}