mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
scoped fflag
This commit is contained in:
parent
c24209a7ab
commit
fd0f2f9d21
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue