summaryrefslogtreecommitdiff
path: root/test/files/pos/t6294.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t6294.scala')
-rw-r--r--test/files/pos/t6294.scala14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/files/pos/t6294.scala b/test/files/pos/t6294.scala
deleted file mode 100644
index c6d39a9cc8..0000000000
--- a/test/files/pos/t6294.scala
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-object A {
- @annotation.static final val x = 123
-}
-
-
-object B {
- println(A.x)
-}
-
-
-