Update TypeInfer.singletons.test.cpp

Co-authored-by: ariel <aweiss@hey.com>
This commit is contained in:
Matheus 2025-03-05 19:11:41 -03:00 committed by GitHub
parent b1bd7baf87
commit 9a1121e11d
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -153,6 +153,8 @@ TEST_CASE_FIXTURE(Fixture, "overloaded_function_call_with_singletons")
TEST_CASE_FIXTURE(Fixture, "overloaded_function_resolution_singleton_parameters")
{
ScopedFastFlag sff{FFlag::LuauPropagateExpectedTypesForCalls, true};
CheckResult result = check(R"(
type A = ("A") -> string
type B = ("B") -> number