summaryrefslogtreecommitdiff
path: root/test/pending/pos/t5712.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/t5712.scala')
-rw-r--r--test/pending/pos/t5712.scala14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/pending/pos/t5712.scala b/test/pending/pos/t5712.scala
deleted file mode 100644
index 31f365028a..0000000000
--- a/test/pending/pos/t5712.scala
+++ /dev/null
@@ -1,14 +0,0 @@
-import scala.tools.nsc._
-
-object Test {
-
- // works
- def mkReifier(global: Global)(typer: global.analyzer.Typer) = typer
-
-/*
-<console>:10: error: not found: value global
- class Reifier(global: Global)(typer: global.analyzer.Typer) { }
-*/
- class Reifier(global: Global)(typer: global.analyzer.Typer) { }
-
-}