aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t1591b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t1591b.scala')
-rw-r--r--tests/untried/pos/t1591b.scala13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/untried/pos/t1591b.scala b/tests/untried/pos/t1591b.scala
deleted file mode 100644
index c671ad647..000000000
--- a/tests/untried/pos/t1591b.scala
+++ /dev/null
@@ -1,13 +0,0 @@
-import scala.tools.nsc._
-
-class SemanticTokens(val compiler: Global) {
- import compiler._
-
- def build() = ErrorType
-
- class Process {
- def f() = analyzer
- // or to crash the compiler instead of a nice message,
- // def f() = analyzer underlying _
- }
-}