Parsing tests
This commit is contained in:
@@ -23,4 +23,9 @@ public class JetFile extends PsiFileBase {
|
||||
public FileType getFileType() {
|
||||
return JetFileType.INSTANCE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "JetFile: " + getName();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user