git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
compress images in record device
[swftools.git]
/
lib
/
as3
/
err
/
interface6.as
1
package {
2
interface A {
3
var x;
4
5
// error: interface can not have top-level code
6
if(x==0) {
7
} else {
8
}
9
}
10
}