summaryrefslogtreecommitdiff
path: root/test/files/pos/t1591b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1591b.scala')
-rw-r--r--test/files/pos/t1591b.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/pos/t1591b.scala b/test/files/pos/t1591b.scala
index 84372bb084..c671ad6472 100644
--- a/test/files/pos/t1591b.scala
+++ b/test/files/pos/t1591b.scala
@@ -1,10 +1,10 @@
import scala.tools.nsc._
-class SemanticTokens(val compiler: Global) {
- import compiler._
+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,