mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
fix stupid error
This commit is contained in:
parent
865ea44a1f
commit
32ec9ba0ca
@ -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…
Reference in New Issue
Block a user