WEB-10887 TypeScript: unexpected error occured when Import clause with immediate export

This commit is contained in:
Konstantin Ulitin
2014-02-24 21:11:09 +04:00
parent a8c7d79ddf
commit 4be43bab7d
@@ -201,4 +201,8 @@ public class QualifiedName {
public int hashCode() {
return myComponents.hashCode();
}
public QualifiedName subQualifiedName(int fromIndex, int toIndex) {
return fromComponents(myComponents.subList(fromIndex, toIndex));
}
}