mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
Add DOES_NOT_PASS_NEW_SOLVER_GUARD
back
I thought this test case was related, but I guess it's a different issue?
This commit is contained in:
parent
5d4d7b4625
commit
886b670d95
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,8 @@ TEST_CASE_FIXTURE(Fixture, "overloaded_function_resolution_singleton_parameters"
|
||||||
|
|
||||||
TEST_CASE_FIXTURE(Fixture, "overloaded_function_call_with_singletons_mismatch")
|
TEST_CASE_FIXTURE(Fixture, "overloaded_function_call_with_singletons_mismatch")
|
||||||
{
|
{
|
||||||
|
DOES_NOT_PASS_NEW_SOLVER_GUARD();
|
||||||
|
|
||||||
CheckResult result = check(R"(
|
CheckResult result = check(R"(
|
||||||
function f(g: ((true, string) -> ()) & ((false, number) -> ()))
|
function f(g: ((true, string) -> ()) & ((false, number) -> ()))
|
||||||
g(true, 37)
|
g(true, 37)
|
||||||
|
|
Loading…
Add table
Reference in a new issue