Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 6e5e8ea

Browse files
committed
Remove @optional from outcome printer test.
1 parent 7e95c33 commit 6e5e8ea

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/oprint/expected/oprint.resi.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,4 @@ type emptyObject = {.}
486486
let f: (~x: 'a=?, ~y: 'b) => option<'a>
487487
type call = CleanStart
488488
let f: (~a: int=?, unit) => int
489-
type opt0 = {x: int, ?y: string}
490489
type opt = {x: int, ?y: string}

tests/oprint/oprint.res

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,4 @@ type call = CleanStart
360360

361361
let f = (~a=1, ()) => 1
362362

363-
type opt0 = {x:int, @optional y: option<string>}
364-
365363
type opt = {x:int, @ns.optional y: option<string>}

0 commit comments

Comments
 (0)