TODOs removed

This commit is contained in:
Andrey Breslav
2011-01-04 01:10:12 +03:00
parent 5fb3f37cab
commit 1012c44961
@@ -8,8 +8,6 @@ import com.intellij.psi.tree.IElementType;
import com.intellij.psi.tree.TokenSet;
public interface JetTokens {
// TODO: $identifier as a separate token
// TODO: `namespace` to escape Java identifiers that are keywords in Jet
JetToken EOF = new JetToken("EOF");
JetToken BLOCK_COMMENT = new JetToken("BLOCK_COMMENT");