Notable bug fixes:
- We improved the inference support for function rest parameters in a generic function. This example can now type check. You can also extract the parameters of a function excluding the first parameters now: (example)
- In hover type, when a name is defined in another file but is imported with a different name, Flow will use the locally aliased name.
- fixed a crash happening when a class was defined in a scope where a binding with the same name already existed (try-Flow example)