()
| 6 | public class TypeInfo { |
| 7 | public static final TypeInfo ANY = new TypeInfo() { |
| 8 | @Override public String toString() { return "Any"; } |
| 9 | }; |
| 10 | public static final TypeInfo INT = new TypeInfo() { |
| 11 | @Override public String toString() { return "Int"; } |
no outgoing calls
no test coverage detected