This commit is contained in:
@@ -3,6 +3,10 @@ import { Trait } from "./Trait"
|
||||
import { TraitExpression } from "./TraitExpression"
|
||||
|
||||
|
||||
/*
|
||||
Ideas:
|
||||
- Make .abstract() and .staticAbstract() merge the declaration with the current Abstract or StaticAbstract
|
||||
*/
|
||||
class TraitBuilder<
|
||||
Supertraits extends TraitExpression<
|
||||
typeof TraitExpression.NullSuperclass,
|
||||
|
||||
Reference in New Issue
Block a user