We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e164f commit d1f7683Copy full SHA for d1f7683
tests/tests/src/nested_generic_return.res
@@ -1,3 +1,5 @@
1
+// https://github.com/rescript-lang/rescript/issues/8055
2
+
3
let foo = (): option<array<string>> => Some(["foo"])
4
let bar = foo()
5
0 commit comments