mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
fix stupid error
This commit is contained in:
parent
865ea44a1f
commit
32ec9ba0ca
1 changed files with 1 additions and 1 deletions
|
@ -3566,7 +3566,7 @@ TEST_CASE_FIXTURE(Fixture, "mixed_leading_intersection_and_union_not_allowed")
|
|||
matchParseError("type A = | number & string & boolean", "Mixing union and intersection types is not allowed; consider wrapping in parentheses.");
|
||||
}
|
||||
|
||||
TEXT_CASE_FIXTURE(Fixture, "do_not_parse_variadic_type_in_paren_type_in_returns")
|
||||
TEST_CASE_FIXTURE(Fixture, "do_not_parse_variadic_type_in_paren_type_in_returns")
|
||||
{
|
||||
ScopedFastFlag sff{FFlag::LuauDisallowVariadicInReturnParenType, true};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue