mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Get examples to typecheck again
This commit is contained in:
parent
ffd7b55fef
commit
0bb7cd9632
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ex2 : blockToString(return nil ∙) ≡
|
|||
ex2 = refl
|
||||
|
||||
ex3 : blockToString(function "f" ⟨ "x" ⟩ return x ∙ end ∙ return f ∙) ≡
|
||||
"function f(x)\n" ++
|
||||
"local function f(x)\n" ++
|
||||
" return x\n" ++
|
||||
"end\n" ++
|
||||
"return f"
|
||||
|
|
Loading…
Add table
Reference in a new issue