PageRenderTime 44ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/test/pending/run/macro-reify-tagful-b/Test_2.scala

http://github.com/scala/scala
Scala | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | 50e7adbf2aceb22f5ee4b130cd5565d0 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, MIT
  1. object Test extends App {
  2. val list: List[List[String]] = Macros.foo(List("hello world"))
  3. println(list)
  4. }