git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added missing GPL headers
[swftools.git]
/
lib
/
as3
/
err
/
private.as
1
2
package p {
3
internal class C {
4
private function e() {
5
}
6
}
7
public class D extends C {
8
protected function f() {
9
super.e();
10
}
11
}
12
}