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

@@ -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