mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Renames typeErrorType to typeError
This commit is contained in:
@@ -745,7 +745,7 @@ module ClassValue {
|
||||
}
|
||||
|
||||
/** Get the `ClassValue` for the `TypeError` class */
|
||||
ClassValue typeErrorType() {
|
||||
ClassValue typeError() {
|
||||
result = TBuiltinClassObject(Builtin::special("TypeError"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user