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

This commit is contained in:
Julien Valverdé
2024-02-20 01:55:46 +01:00
parent de3b23018a
commit 904ff8cec0
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ export class TraitExpression<
}
export namespace TraitExpression {
declare const nullSuperclassSymbol: unique symbol
const nullSuperclassSymbol = Symbol()
export class NullSuperclass {
static readonly [nullSuperclassSymbol]: true
constructor(...args: any[]) {}