[FIR] Update WithExpectedType.toString
This commit is contained in:
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}, "
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user