blob: eb917be33df63c1b53108b635d5eab5729ea6e46 [file] [log] [blame]
@test
operation testSplit() {
"foo,bar".split(",").first().println();
}