Parsing tests

This commit is contained in:
Maxim Shafirov
2010-12-13 19:29:30 +03:00
parent 17d9240d14
commit 5a31694d70
7 changed files with 109 additions and 0 deletions
@@ -23,4 +23,9 @@ public class JetFile extends PsiFileBase {
public FileType getFileType() {
return JetFileType.INSTANCE;
}
@Override
public String toString() {
return "JetFile: " + getName();
}
}