PageRenderTime 61ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/test/files/run/macro-reify-tagful-a/Test_2.scala

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