git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
as3: improved protected handling, xml support. added 'arguments' keyword
[swftools.git]
/
lib
/
as3
/
ok
/
conditionalcompile.as
1
package test1 {
2
3
import flash.display.MovieClip
4
5
var x;
6
7
TEST::DEBUG {
8
import jj.xx.jj;
9
var x:int;
10
x();
11
}
12
13
public class Main extends flash.display.MovieClip {
14
function Main() {
15
trace("ok");
16
trace("[exit]");
17
}
18
19
}
20
}