aboutsummaryrefslogtreecommitdiff
path: root/test/test/showClass.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-07-07 11:52:38 +0200
committerMartin Odersky <odersky@gmail.com>2014-07-17 11:02:00 +0200
commit3eabbb77c8f8bd3e08b39e5335e8a67e2d68e659 (patch)
tree3443ff1c5613c5e1fd3a6659571c1454c8d18695 /test/test/showClass.scala
parentab8d873430c22337c6fc6332cad5708514fd5fa0 (diff)
downloaddotty-3eabbb77c8f8bd3e08b39e5335e8a67e2d68e659.tar.gz
dotty-3eabbb77c8f8bd3e08b39e5335e8a67e2d68e659.tar.bz2
dotty-3eabbb77c8f8bd3e08b39e5335e8a67e2d68e659.zip
Move valueclass functionality into its own ValueClass module.
Diffstat (limited to 'test/test/showClass.scala')
-rw-r--r--test/test/showClass.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test/showClass.scala b/test/test/showClass.scala
index ee71854d1..78751ad6e 100644
--- a/test/test/showClass.scala
+++ b/test/test/showClass.scala
@@ -1,7 +1,6 @@
package test
import dotty.tools.dotc.core.Decorators._
-import dotty.tools.dotc.core.Symbols
object showClass extends ShowClassTests {