mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-01 17:30:53 +01:00
Update TypeInfer.singletons.test.cpp
Co-authored-by: ariel <aweiss@hey.com>
This commit is contained in:
parent
b1bd7baf87
commit
9a1121e11d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue