Skip to content

Commit d1f7683

Browse files
committed
Add link to issue
1 parent 65e164f commit d1f7683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tests/src/nested_generic_return.res

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://github.com/rescript-lang/rescript/issues/8055
2+
13
let foo = (): option<array<string>> => Some(["foo"])
24
let bar = foo()
35

0 commit comments

Comments
 (0)