Closed bbartman closed 3 years ago
Offending Code:
VectorBase[T:type, Alloc:type] : type = class{ VectorImpl : type = class { constructor()! { this.init(); } init():void !{ } } impl:VectorImpl; }
Offending Code: