blob: f42d61a1f961bfc098670801350cf6dbc7d9d0d5 [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].md5<caret>
}