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
f765d144ca
commit
3aa8fa2419
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ local b : nil = nil
|
|||
local c : (nil) -> nil = nil
|
||||
local d : (any & nil) = nil
|
||||
local e : any? = nil
|
||||
local f = 123
|
||||
local f = 123.0
|
||||
return id2(nil2)
|
||||
|
|
Loading…
Add table
Reference in a new issue