summaryrefslogblamecommitdiff
path: root/test/files/run/tpeCache-tyconCache.check
blob: a892f5477aad03b615a054759c8a3f9254a6895d (plain) (tree)


















                                                     
Type in expressions to have them evaluated.
Type :help for more information.

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.<tab>           **

scala> 

scala> AnyRefClass.tpe eq AnyRefClass.typeConstructor
res0: Boolean = true

scala> AnyRefClass.tpe eq AnyRefClass.typeConstructor
res1: Boolean = true

scala>