FIR: Report INFERENCE_NO_INFORMATION_FOR_PARAMETER diagnostic

This commit is contained in:
Denis.Zharkov
2021-05-25 10:33:46 +03:00
committed by TeamCityServer
parent 6e901e3785
commit c420957eac
34 changed files with 143 additions and 236 deletions
@@ -104,7 +104,7 @@ class CapturedTypeFromSubtyping(
val position: ConstraintPosition
) : ConstraintSystemError(INAPPLICABLE)
abstract class NotEnoughInformationForTypeParameter<T>(
open class NotEnoughInformationForTypeParameter<T>(
val typeVariable: TypeVariableMarker,
val resolvedAtom: T
) : ConstraintSystemError(INAPPLICABLE)