[CLJ-790] Primitive type hints on function names should print error message Created: 10/May/11 Updated: 10/May/11 |
|
| Status: | Open |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Major |
| Reporter: | Alan Dipert | Assignee: | Alan Dipert |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Functions returning primitives are hinted with metadata on the argument list, not on the function name. Using a primitive type hint on a function name should print an error message. Currently, misplaced primitive hints are read without error. |