git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
merged in Ricardo Pedroso's new pdf2swf gui
[swftools.git]
/
lib
/
as3
/
err
/
override2.as
1
package p {
2
public class C {
3
public function e() {
4
}
5
}
6
public class D extends C {
7
override function f() {
8
// illegal override: no f() in superclass
9
}
10
}
11
}