mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-01 17:30:53 +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")
|
||||
{
|
||||
DOES_NOT_PASS_NEW_SOLVER_GUARD();
|
||||
|
||||
CheckResult result = check(R"(
|
||||
function f(g: ((true, string) -> ()) & ((false, number) -> ()))
|
||||
g(true, 37)
|
||||
|
|
Loading…
Add table
Reference in a new issue