Skip to content

Commit

Permalink
Test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
asajeffrey committed Apr 9, 2022
1 parent 669f148 commit 34541b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prototyping/Tests/PrettyPrinter/smoke_test/out.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ local function comp(f)
end
local id2 = comp(id)(id)
local nil2 = id2(nil)
local a : any = nil
local a : unknown = nil
local b : nil = nil
local c : (nil) -> nil = nil
local d : (any & nil) = nil
local e : any? = nil
local d : (unknown & nil) = nil
local e : unknown? = nil
local f : number = 123.0
return id2(nil2)

0 comments on commit 34541b5

Please sign in to comment.