Be able to get def reach state out at a given program point
[IRC.git] / Robust / src / Lex / TraditionalComment.java
1 package Lex;
2
3 class TraditionalComment extends Comment {
4   TraditionalComment() {
5   }
6 }