mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
fix test case
This commit is contained in:
parent
f33d0c1313
commit
8f1a25d9a4
2 changed files with 2 additions and 1 deletions
|
@ -15,4 +15,5 @@ local b : nil = nil
|
|||
local c : (nil) -> nil = nil
|
||||
local d : (any & nil) = nil
|
||||
local e : any? = nil
|
||||
local f : number = 123
|
||||
return id2(nil2)
|
||||
|
|
|
@ -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.0
|
||||
local f : number = 123.0
|
||||
return id2(nil2)
|
||||
|
|
Loading…
Add table
Reference in a new issue