From 1a23309cc379ec0411c0dcfe2fa23d61f6a143f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Tue, 20 Feb 2024 01:37:13 +0100 Subject: [PATCH] Added TODO --- src/TraitBuilder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TraitBuilder.ts b/src/TraitBuilder.ts index 3272b11..a59b333 100644 --- a/src/TraitBuilder.ts +++ b/src/TraitBuilder.ts @@ -74,7 +74,7 @@ export class TraitBuilder< } implement< - ImplClassWithAbstract extends ImplSuper + ImplClassWithAbstract extends ImplSuper // TODO: find a way to set the constraint to concrete classes while keeping the Super arg as an abstract class >( apply: (Super: ImplSuper) => ImplClassWithAbstract ) {