summaryrefslogtreecommitdiff
path: root/test/pending/script/dashi/a.scala
blob: c4a07bf9ba4df2ddb1ab746988d43fa96ca23cd3 (plain) (blame)
1
2
def setBippy = sys.props("test.bippy") = "dingus"
def getBippy = println("test.bippy = " + sys.props("test.bippy"))