mirror of
https://github.com/github/codeql.git
synced 2026-05-09 23:51:59 +02:00
renamed "readonlytypeexpr" to "readonly_typeexpr"
This commit is contained in:
@@ -980,7 +980,7 @@ class RestTypeExpr extends @rest_typeexpr, TypeExpr {
|
||||
/**
|
||||
* A type of form `readonly T`, such as `readonly number[]`.
|
||||
*/
|
||||
class ReadonlyTypeExpr extends @readonlytypeexpr, TypeExpr {
|
||||
class ReadonlyTypeExpr extends @readonly_typeexpr, TypeExpr {
|
||||
/** Gets the type `T` in `readonly T`. */
|
||||
TypeExpr getElementType() { result = getChildTypeExpr(0) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user