aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/scala/test/src/main/scala/scala/test/ScalaLibResources.scala
blob: d2086e6d0ff4d96088ec6d384a16ab784d0d3d5f (plain)
1
2
3
4
5
package scala.test

object ScalaLibResources {
  def getGreetings() = scala.io.Source.fromInputStream(getClass.getResourceAsStream("hellos")).getLines.toList
}