blob: 6a9fe3c2710dc37a19824c7883590cc388cde30a [file] [log] [blame]
class StringCategory {
static String getMd5(String[] s) {
return "MD5Value";//suppose to be some code that generate md5
}
}
use(StringCategory) {
println new String[2].md<caret>
}