From 45c801f1799ecc3f4e58977214fa4eb6f755d5c3 Mon Sep 17 00:00:00 2001 From: "Amy J. Ko" Date: Tue, 24 Oct 2023 13:22:52 -0700 Subject: [PATCH] Simplified spread conflict. --- src/nodes/Spread.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodes/Spread.ts b/src/nodes/Spread.ts index 7fc537e87..1c44a9a5e 100644 --- a/src/nodes/Spread.ts +++ b/src/nodes/Spread.ts @@ -72,7 +72,7 @@ export default class Spread extends Node { if (!(type instanceof ListType)) return [ new IncompatibleType( - this, + this.list, ListType.make(), this.list, type