summaryrefslogtreecommitdiff
path: root/tests/examplefiles/as3_test3.as
blob: b695486384e2a32d3e339c0702c675c1c2d71134 (plain)
1
2
3
protected function remote(method : String, ...args : Array) : Boolean {
    return true;
}