mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 21:40:43 +00:00
9095fc4b83
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> |
||
---|---|---|
.. | ||
include/Luau | ||
src |