| 278 | } |
| 279 | |
| 280 | class MultiProviderB { |
| 281 | static ɵinj = ɵɵdefineInjector({ |
| 282 | providers: [{provide: LOCALE, multi: true, useValue: 'B'}], |
| 283 | }); |
| 284 | } |
| 285 | |
| 286 | class WithProvidersTest { |
| 287 | static ɵinj = ɵɵdefineInjector({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…