From 5a23aac8c421fa017edb094563c552236be13c6f Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Wed, 15 Jul 2015 22:32:54 -0700 Subject: Update power mode banner The classic banner is available under -Dscala.repl.power.banner=classic. ``` scala> :power Power mode enabled. :phase is at typer. import scala.tools.nsc._, intp.global._, definitions._ Try :help or completions for vals._ and power._ ``` --- test/files/run/constant-type.check | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test/files/run/constant-type.check') diff --git a/test/files/run/constant-type.check b/test/files/run/constant-type.check index b92f1481a3..9df1353354 100644 --- a/test/files/run/constant-type.check +++ b/test/files/run/constant-type.check @@ -1,10 +1,8 @@ scala> :power -** Power User mode enabled - BEEP WHIR GYVE ** -** :phase has been set to 'typer'. ** -** scala.tools.nsc._ has been imported ** -** global._, definitions._ also imported ** -** Try :help, :vals, power. ** +Power mode enabled. :phase is at typer. +import scala.tools.nsc._, intp.global._, definitions._ +Try :help or completions for vals._ and power._ scala> val s = transformedType(StringClass.toType).asInstanceOf[Type] s: $r.intp.global.Type = String -- cgit v1.2.3