mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix smoke test
This commit is contained in:
parent
0fa01222cf
commit
5a6e5c02b5
1 changed files with 2 additions and 2 deletions
|
@ -10,4 +10,4 @@ local function comp(f)
|
||||||
end
|
end
|
||||||
local id2 = comp(id)(id)
|
local id2 = comp(id)(id)
|
||||||
local nil2 = id2(nil)
|
local nil2 = id2(nil)
|
||||||
return nil2(nil2)
|
return id2(nil2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue