staticImplementsStage2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user