aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-generic-coverage/xources/hello/WithConditions.xoo
blob: 8f469103183abf309a5567c9306dfd5f69fb1516 (plain)
1
2
3
4
5
6
  object HelloWorld {
    def main(args: Array[String]) {
      args.isEmpty ? println("Hello, world of xoo!") : println("Hello, world of empty!")
    }
  }