git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed some namespace bugs
[swftools.git]
/
lib
/
as3
/
err
/
double_namespace.as
1
package my.namespaces {
2
public namespace ns1 = "http://www.some.other/namespace";
3
public namespace ns2 = "http://www.swftools.org/";
4
5
public class Test {
6
ns1 ns2 static function test() {
7
}
8
}
9
}
10