Added TODO
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Julien Valverdé
2024-02-20 01:37:13 +01:00
parent 9ddc998b3d
commit 1a23309cc3

View File

@@ -74,7 +74,7 @@ export class TraitBuilder<
} }
implement< implement<
ImplClassWithAbstract extends ImplSuper<typeof this> ImplClassWithAbstract extends ImplSuper<typeof this> // TODO: find a way to set the constraint to concrete classes while keeping the Super arg as an abstract class
>( >(
apply: (Super: ImplSuper<typeof this>) => ImplClassWithAbstract apply: (Super: ImplSuper<typeof this>) => ImplClassWithAbstract
) { ) {