git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed space char detection bug
[swftools.git]
/
lib
/
as3
/
err
/
override.as
1
package p {
2
internal class C {
3
protected function e() {
4
}
5
}
6
public class D extends C {
7
protected function e() {
8
}
9
}
10
}