Fix delegated property resolve when provideDelegate has this as argument

#KT-41135 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2020-08-18 09:43:17 +03:00
parent f3be3f449a
commit f2fba8a469
9 changed files with 67 additions and 1 deletions
@@ -71,7 +71,7 @@ interface ClassicTypeSystemContext : TypeSystemInferenceExtensionContext, TypeSy
override fun SimpleTypeMarker.isStubType(): Boolean {
require(this is SimpleType, this::errorMessage)
return this is StubType
return this is AbstractStubType
}
override fun CapturedTypeMarker.lowerType(): KotlinTypeMarker? {