K2: report MISSING_DEPENDENCY_CLASS for lambda parameters if needed
#KT-62525 Fixed
This commit is contained in:
committed by
Space Team
parent
c03830556f
commit
06ce57ea56
@@ -44,6 +44,7 @@ class ConeClassLikeErrorLookupTag(override val classId: ClassId) : ConeClassLike
|
||||
class ConeErrorType(
|
||||
val diagnostic: ConeDiagnostic,
|
||||
val isUninferredParameter: Boolean = false,
|
||||
val delegatedType: ConeKotlinType? = null,
|
||||
override val typeArguments: Array<out ConeTypeProjection> = EMPTY_ARRAY,
|
||||
override val attributes: ConeAttributes = ConeAttributes.Empty
|
||||
) : ConeClassLikeType() {
|
||||
|
||||
Reference in New Issue
Block a user