git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new parameter -s textonly
[swftools.git]
/
lib
/
as3
/
err
/
publicns.as
1
package {
2
public namespace ns1 = "http://www.namespace.com/"
3
4
public class Test {
5
public ns1 function name() {
6
// error: either namespace *or* public
7
}
8
}
9
}