Fix delegated property resolve when provideDelegate has this as argument
#KT-41135 Fixed
This commit is contained in:
@@ -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? {
|
||||
|
||||
Reference in New Issue
Block a user