summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/t1591_pos.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/pos/t1591_pos.scala b/test/files/pos/t1591_pos.scala
deleted file mode 100644
index 4f55d7ce19..0000000000
--- a/test/files/pos/t1591_pos.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-trait A
-
-object Test {
- lazy val a = new A {
- object Zenek
- }
-}