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 }