summaryrefslogblamecommitdiff
path: root/test/files/run/kind-repl-command.scala
blob: df1fafb667ff8fd00b03d0a98efd9d9d42a3b691 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                           
import scala.tools.partest.ReplTest

object Test extends ReplTest {
  def code = """
  |:kind scala.Option
  |:k (Int, Int) => Int
  |:k -v Either
  |:k -v scala.collection.generic.ImmutableSortedMapFactory
  |:k new { def empty = false }
  |:k Nonexisting
  """.stripMargin
}