scoped fflag

This commit is contained in:
JohnnyMorganz 2023-05-09 16:39:49 +01:00
parent c24209a7ab
commit fd0f2f9d21

View file

@ -3505,6 +3505,8 @@ local a: T@1
TEST_CASE_FIXTURE(ACFixture, "frontend_use_correct_global_scope")
{
ScopedFastFlag sff("LuauTypeCheckerUseCorrectScope", true);
loadDefinition(R"(
declare class Instance
Name: string