aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t3986.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t3986.scala')
-rw-r--r--tests/pending/pos/t3986.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/pending/pos/t3986.scala b/tests/pending/pos/t3986.scala
deleted file mode 100644
index ea6c64fde..000000000
--- a/tests/pending/pos/t3986.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-object Test {
- def main(args: Array[String]): Unit = {
- new AnyRef {
-// TODO NEEDS MANUAL CHANGE (early initializers)
-// BEGIN copied early initializers
-val x = "abc"
-// END copied early initializers
- }
- }
-}