TS: Rename IsTypeExpr -> PredicateTypeExpr

This commit is contained in:
Asger F
2019-10-30 14:16:57 +00:00
parent f50f3b48c4
commit 4e7b987fa3
12 changed files with 56 additions and 53 deletions

View File

@@ -559,7 +559,7 @@ case @typeexpr.kind of
| 17 = @localvartypeaccess
| 18 = @qualifiedvartypeaccess
| 19 = @thisvartypeaccess
| 20 = @istypeexpr
| 20 = @predicatetypeexpr
| 21 = @interfacetypeexpr
| 22 = @typeparameter
| 23 = @plainfunctiontypeexpr