[Injection] Minor: remove explicit injection of ExpressionTypingServices

They will be injected automatically anyways
This commit is contained in:
Dmitry Savvinov
2019-03-13 11:30:19 +03:00
parent c97138c0eb
commit 398d715fc6
@@ -43,7 +43,6 @@ fun createContainerForTests(project: Project, module: ModuleDescriptor): Contain
)
useImpl<SubstitutingScopeProviderImpl>()
useImpl<AnnotationResolverImpl>()
useImpl<ExpressionTypingServices>()
})
}