luau/Analysis
JohnnyMorganz 9095fc4b83
Support `__call` on class type vars (#762)
Currently, the metatable of a class type var is not correctly checked to
see if it is callable (i.e. has a `__call` metatable).
We resolve this issue by checking the metatable in `checkCallOverload`

Fixes #756

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
2022-11-28 10:02:41 -08:00
..
include/Luau Handle cyclically referenced declared classes (#729) 2022-11-28 05:25:44 -08:00
src Support `__call` on class type vars (#762) 2022-11-28 10:02:41 -08:00