Fixed
Details
Assignee
UnassignedUnassignedReporter
Alex MillerAlex MillerApproval
OkPatch
Code and TestPriority
MajorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Alex Miller
Alex MillerApproval
Ok
Patch
Code and Test
Priority

Affects versions
Fix versions
Created December 15, 2021 at 9:37 PM
Updated January 13, 2022 at 10:06 PM
Resolved January 13, 2022 at 10:06 PM
Description:
Problem:
The Compiler does not allow local bindings to be both primitive and have type hints. But that situation is ok if the local binding type hint matches the primitive type.
Proposed:
In the case where a local binding is both a primitive and has a matching type hint, drop the type hint, otherwise error as before.
Screened By: fogus
Patch: clj-2680-3.patch