blob: b94bf40502a3d0acdfed8df741f1e5813d57406d [file] [log] [blame]
library Extension;
-- was: Object here
query trueFunc(param : String) : Boolean {
return true
}
query String::anotherFunc(s2 : String) : String {
return self + s2;
}