summaryrefslogtreecommitdiff
path: root/test/files/run/t6236/file_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6236/file_1.scala')
-rw-r--r--test/files/run/t6236/file_1.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/files/run/t6236/file_1.scala b/test/files/run/t6236/file_1.scala
deleted file mode 100644
index 92d22799fc..0000000000
--- a/test/files/run/t6236/file_1.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-package p {
- object y {
- object x {
- @scala.annotation.static val foo: Int = 353
- }
- }
-}