add source code that does not have location annotations.
[IRC.git] / Robust / JavaGrammar / Lex / TraditionalComment.java
1 package Lex;
2
3 class TraditionalComment extends Comment {
4   TraditionalComment() { }
5 }