projects
/
IRC.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add flatnode basetype
[IRC.git]
/
Robust
/
src
/
IR
/
Flat
/
FlatNode.java
1
public class FlatNode {
2
3
public String toString() {
4
throw new Error();
5
}
6
}