Closed vsavkin closed 10 years ago
Adding this annotation to main.dart
@Injectables(const [ Expando ])
and running the generator results in invalid dart code
new import_3.TypeLiteral<Expando<T>>().type: (a0) => new new import_3.TypeLiteral<Expando<T>>().type(a0),
Note the T and the double new.
T
new
@vsavkin , is this fixed now ?
I believe it is fixed.
Adding this annotation to main.dart
and running the generator results in invalid dart code
Note the
T
and the doublenew
.