Remove reference to TNominal in checker.ts
This commit is contained in:
parent
985e2d0652
commit
89feeaadb6
1 changed files with 0 additions and 1 deletions
|
@ -685,7 +685,6 @@ export class Checker {
|
|||
case TypeKind.RigidVar:
|
||||
case TypeKind.Nil:
|
||||
case TypeKind.Absent:
|
||||
case TypeKind.Nominal:
|
||||
case TypeKind.Con:
|
||||
return type;
|
||||
case TypeKind.TupleIndex:
|
||||
|
|
Loading…
Reference in a new issue