This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { Simplify } from "type-fest"
|
||||
import { Implements, Trait, abstract, expression, trait } from "."
|
||||
import { Pipe } from "hotscript"
|
||||
|
||||
|
||||
const PrintsHelloOnNew = trait(
|
||||
@@ -49,7 +51,7 @@ const ActiveStatefulSubscription = expression
|
||||
Super => class ActiveStatefulSubscription extends Super {},
|
||||
)
|
||||
|
||||
type T = Trait.OwnAbstract<typeof ActiveStatefulSubscription>
|
||||
type T = Trait.Instance<typeof ActiveStatefulSubscription>
|
||||
|
||||
|
||||
class TestSuperclass {
|
||||
|
||||
Reference in New Issue
Block a user