DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / run / macro-enclosures / Test_2.scala
1234567891011
object Test extends App { test.Test.test } package test { object Test { def test = { Macros.foo } } }