0.1.24 #24

Merged
Thilawyn merged 8 commits from next into master 2024-05-13 01:25:26 +02:00
Showing only changes of commit 0be0d5709d - Show all commits

View File

@@ -174,7 +174,7 @@ export function implStaticInstantiableThis<
export const trait = new TraitBuilder( export const trait = new TraitBuilder(
new TraitExpression(TraitExpression.NullSuperclass, []), new TraitExpression(TraitExpression.NullSuperclass, []),
{} as object, {} as {},
{} as object, {} as {},
Super => class extends Super {} as AbstractConstructor<object>, Super => class extends Super {} as AbstractConstructor<{}>,
) )