mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix comment.
This commit is contained in:
@@ -1770,7 +1770,7 @@ module ts {
|
||||
}
|
||||
}
|
||||
|
||||
// Returns true if this heritage clause element's expression contains something unsupported
|
||||
// Returns false if this heritage clause element's expression contains something unsupported
|
||||
// (i.e. not a name or dotted name).
|
||||
export function isSupportedHeritageClauseElement(node: HeritageClauseElement): boolean {
|
||||
return isSupportedHeritageClauseElementExpression(node.expression);
|
||||
|
||||
Reference in New Issue
Block a user