staticImplementsStage2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-05-01 01:29:19 +02:00
parent a4108a7168
commit 521c265995

View File

@@ -74,6 +74,10 @@ export class TraitExpression<
staticImplements(_target: StaticImplements<typeof this>, _context: any) {} staticImplements(_target: StaticImplements<typeof this>, _context: any) {}
get staticImplementsStage2() {
return (_target: StaticImplements<typeof this>) => {}
}
subtrait< subtrait<
This extends TraitExpression<typeof TraitExpression.NullSuperclass, any> This extends TraitExpression<typeof TraitExpression.NullSuperclass, any>