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
/
static1.as
1
package package1 {
2
public class A {
3
public var x;
4
public static function f()
5
{
6
x = 3; //error: this member is not static
7
}
8
}
9
}