Fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Julien Valverdé
2024-02-09 14:39:18 +01:00
parent e6d8a10f98
commit a64f9f46d7

View File

@@ -77,7 +77,7 @@ export namespace Trait {
: never : never
) )
export interface OwnStaticAbstractFn extends Fn { export interface OwnStaticAbstractFn extends Fn {
return: Trait.OwnAbstract<this["arg0"]> return: Trait.OwnStaticAbstract<this["arg0"]>
} }
export type OwnImplClass<T> = ( export type OwnImplClass<T> = (