summaryrefslogtreecommitdiff
path: root/test/files/run/t6292.scala
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-08-26 23:27:55 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-08-26 23:27:55 +0200
commit2f9bcaa6af0615fc2d5d2b3ce077790b274dd279 (patch)
treeb10671b93c8b3c876244ccdccb6c00c17349afbb /test/files/run/t6292.scala
parenta23edefac652e3be1474fceb3ee15d7eaecf1359 (diff)
downloadscala-2f9bcaa6af0615fc2d5d2b3ce077790b274dd279.tar.gz
scala-2f9bcaa6af0615fc2d5d2b3ce077790b274dd279.tar.bz2
scala-2f9bcaa6af0615fc2d5d2b3ce077790b274dd279.zip
removes Symbol.kind and Type.kind
use Universe.showRaw instead: scala> import scala.reflect.runtime.{universe => ru} import scala.reflect.runtime.{universe=>ru} scala> ru.showRaw(typeOf[Int]) res0: String = TypeRef(ThisType(scala), scala.Int, List()) scala> ru.showRaw(typeOf[Int].typeSymbol, printKinds = true) res1: String = scala.Int#CLS
Diffstat (limited to 'test/files/run/t6292.scala')
0 files changed, 0 insertions, 0 deletions