This commit is contained in:
@@ -32,17 +32,14 @@ implements TraitExpressionLike<
|
|||||||
|
|
||||||
extends<Self>(): (
|
extends<Self>(): (
|
||||||
AbstractConstructor<
|
AbstractConstructor<
|
||||||
ApplyMutability<S.Struct.Type<Fields>, Mutability> &
|
|
||||||
Omit<
|
|
||||||
Simplify<
|
Simplify<
|
||||||
|
ApplyMutability<S.Struct.Type<Fields>, Mutability> &
|
||||||
Extend<[
|
Extend<[
|
||||||
Inherited,
|
Omit<Inherited, keyof Fields>,
|
||||||
...TraitTuple.MapImplInstance<Traits>
|
...TraitTuple.MapImplInstance<Traits>
|
||||||
]>
|
]> &
|
||||||
|
Proto
|
||||||
>,
|
>,
|
||||||
keyof Fields
|
|
||||||
> &
|
|
||||||
Proto,
|
|
||||||
|
|
||||||
ConstructorParameters<S.Class<unknown, Fields, I, R, C, Inherited, Proto>>
|
ConstructorParameters<S.Class<unknown, Fields, I, R, C, Inherited, Proto>>
|
||||||
> &
|
> &
|
||||||
@@ -57,7 +54,6 @@ implements TraitExpressionLike<
|
|||||||
Proto
|
Proto
|
||||||
>
|
>
|
||||||
> &
|
> &
|
||||||
|
|
||||||
Simplify<
|
Simplify<
|
||||||
Extend<[
|
Extend<[
|
||||||
Static,
|
Static,
|
||||||
|
|||||||
Reference in New Issue
Block a user