git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed bugs in ttf generator
[swftools.git]
/
lib
/
as3
/
err
/
interface2.as
1
package I {
2
public interface I1 {
3
function f() {
4
trace("..."); // method body not allowed
5
}
6
}
7
}