TraitBuilder use in tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-02-14 02:04:12 +01:00
parent a9181567a2
commit f849715a40
2 changed files with 17 additions and 20 deletions

View File

@@ -73,7 +73,7 @@ export class TraitBuilder<
)
) => ImplClassWithAbstract
) {
return new Trait(
return new TraitBuilder(
this.traitSuperExpression,
this.traitAbstract,
this.traitStaticAbstract,