-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
I'm finding it difficult to add type annotations to my function named invariant() because of this little guy:
flow/src/typing/type_inference_js.ml
Line 2058 in 0f56d17
| let msg = "unsupported arguments in call to invariant()" in |
It seems that many of these functions are special cased. I'm curious as to why, because I can't use any functions that share these names anymore.
gajus