| 110 | class Simple { @Inject Simple(X99 x99, X89 x89, X79 x79, X69 x69, X59 x59, X49 x49, X39 x39, X29 x29, X19 x19, X09 x09) { } } |
| 111 | |
| 112 | @Module |
| 113 | class AppModule { } |
| 114 | |
| 115 | @Component(modules = AppModule.class) |
| 116 | interface AppComponent { |
nothing calls this directly
no outgoing calls
no test coverage detected