mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
TS: Update a javadoc comment
This commit is contained in:
@@ -4,8 +4,8 @@ import com.semmle.js.ast.SourceLocation;
|
||||
import com.semmle.js.ast.Visitor;
|
||||
|
||||
/**
|
||||
* A type of form <tt>E is T</tt> where <tt>E</tt> is a parameter name or <tt>this</tt> and
|
||||
* <tt>T</tt> is a type.
|
||||
* A type of form <tt>E is T</tt>, <tt>asserts E is T</tt> or <tt>asserts E</tt> where <tt>E</tt> is
|
||||
* a parameter name or <tt>this</tt> and <tt>T</tt> is a type.
|
||||
*/
|
||||
public class PredicateTypeExpr extends TypeExpression {
|
||||
private final ITypeExpression expression;
|
||||
|
||||
Reference in New Issue
Block a user