[FIR] Update WithExpectedType.toString

This commit is contained in:
Kirill Rakhman
2024-02-21 14:51:19 +01:00
committed by Space Team
parent 0e7fc3bafe
commit eaef7122f6
@@ -53,7 +53,8 @@ sealed class ResolutionMode(
"mayBeCoercionToUnitApplied=${mayBeCoercionToUnitApplied}, " +
"expectedTypeMismatchIsReportedInChecker=${expectedTypeMismatchIsReportedInChecker}, " +
"fromCast=${fromCast}, " +
"shouldBeStrictlyEnforced=${shouldBeStrictlyEnforced}, "
"shouldBeStrictlyEnforced=${shouldBeStrictlyEnforced}, " +
"forceFullCompletion=${forceFullCompletion}, "
}
}