| 272 | } |
| 273 | |
| 274 | class MultiProviderA { |
| 275 | static ɵinj = ɵɵdefineInjector({ |
| 276 | providers: [{provide: LOCALE, multi: true, useValue: 'A'}], |
| 277 | }); |
| 278 | } |
| 279 | |
| 280 | class MultiProviderB { |
| 281 | static ɵinj = ɵɵdefineInjector({ |
nothing calls this directly
no test coverage detected