mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WEB-10887 TypeScript: unexpected error occured when Import clause with immediate export
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user