renamed "thistype" to "this_type"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:55:11 +02:00
parent 27540e77b1
commit 6f277a7435
3 changed files with 3 additions and 3 deletions

View File

@@ -2386,7 +2386,7 @@ class LexicalTypeVariableType extends TypeVariableType, @lexical_type_variable_t
* }
* ```
*/
class ThisType extends Type, @thistype {
class ThisType extends Type, @this_type {
/**
* Gets the type containing the `this` type.
*/

View File

@@ -632,7 +632,7 @@ case @type.kind of
| 17 = @intersection_type
| 18 = @tuple_type
| 19 = @lexical_type_variable_type
| 20 = @thistype
| 20 = @this_type
| 21 = @numberliteraltype
| 22 = @stringliteraltype
| 23 = @unknowntype

View File

@@ -982,7 +982,7 @@
<v>50</v>
</e>
<e>
<k>@thistype</k>
<k>@this_type</k>
<v>2731</v>
</e>
<e>