mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-15 01:13:48 +01:00
spelling: doesn't
This commit is contained in:
parent
33ff0543e1
commit
2ce48da92a
1 changed files with 1 additions and 1 deletions
|
@ -2582,7 +2582,7 @@ TEST_CASE_FIXTURE(Fixture, "toposort_doesnt_break_mutual_recursion")
|
||||||
--!strict
|
--!strict
|
||||||
local x = nil
|
local x = nil
|
||||||
function f() g() end
|
function f() g() end
|
||||||
-- make sure print(x) doen't get toposorted here, breaking the mutual block
|
-- make sure print(x) doesn't get toposorted here, breaking the mutual block
|
||||||
function g() x = f end
|
function g() x = f end
|
||||||
print(x)
|
print(x)
|
||||||
)");
|
)");
|
||||||
|
|
Loading…
Add table
Reference in a new issue