From 9a1121e11dc0333558596b94260f30e8ee0545ed Mon Sep 17 00:00:00 2001 From: Matheus <175355178+m4fh@users.noreply.github.com> Date: Wed, 5 Mar 2025 19:11:41 -0300 Subject: [PATCH] Update TypeInfer.singletons.test.cpp Co-authored-by: ariel --- tests/TypeInfer.singletons.test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/TypeInfer.singletons.test.cpp b/tests/TypeInfer.singletons.test.cpp index 2d07f900..cbb62246 100644 --- a/tests/TypeInfer.singletons.test.cpp +++ b/tests/TypeInfer.singletons.test.cpp @@ -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