aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t6358_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t6358_2.scala')
-rw-r--r--tests/untried/pos/t6358_2.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/untried/pos/t6358_2.scala b/tests/untried/pos/t6358_2.scala
deleted file mode 100644
index 7c2beb60d..000000000
--- a/tests/untried/pos/t6358_2.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-class Y[T](val i: Option[T]) extends AnyVal {
- def q: List[T] = {
- lazy val e: List[T] = i.toList
- e
- }
-}