[Injection] Minor: remove explicit injection of ExpressionTypingServices
They will be injected automatically anyways
This commit is contained in:
@@ -43,7 +43,6 @@ fun createContainerForTests(project: Project, module: ModuleDescriptor): Contain
|
||||
)
|
||||
useImpl<SubstitutingScopeProviderImpl>()
|
||||
useImpl<AnnotationResolverImpl>()
|
||||
useImpl<ExpressionTypingServices>()
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user