mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
hopefully fix smoke test
This commit is contained in:
parent
4714dedb98
commit
f513385ef3
1 changed files with 5 additions and 5 deletions
|
@ -13,6 +13,6 @@ local nil2 = id2(nil)
|
|||
local a : any = nil
|
||||
local b : nil = nil
|
||||
local c : (nil) -> nil = nil
|
||||
local d: any & nil = nil
|
||||
local e: any | nil = nil
|
||||
local d : (any & nil) = nil
|
||||
local e : any? = nil
|
||||
return id2(nil2)
|
||||
|
|
Loading…
Add table
Reference in a new issue