Workaround to allow QualifiedExpressionResolver to be created without an Injector. Should be fixed by code owner.
This commit is contained in:
@@ -227,6 +227,7 @@ private fun generatorForTests() =
|
||||
publicField<ExpressionTypingServices>()
|
||||
publicField<ExpressionTypingUtils>()
|
||||
publicField<TypeResolver>()
|
||||
publicField<QualifiedExpressionResolver>()
|
||||
|
||||
field<GlobalContext>(init = GivenExpression("org.jetbrains.kotlin.context.ContextPackage.GlobalContext()"),
|
||||
useAsContext = true)
|
||||
|
||||
Reference in New Issue
Block a user