summaryrefslogtreecommitdiff
path: root/test/attic/files/cli/test2/Main.scala
blob: 1d43759fdf64c5301ff38489b4f0e991c9380204 (plain) (blame)
1
2
3
4
5
6
7
8
// @info 1 dependency
package test2
object Main {
  def main(args: Array[String]) = {
    Console.print("2: ")
    test1.Main.main(args)
  }
}