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 5dd163c commit 4d91f3cCopy full SHA for 4d91f3c
integration_tests/test_params.py
@@ -1,3 +1,5 @@
1
+from lpython import i32
2
+
3
def takes_set(a: set[i32]) -> set[i32]:
4
return {1, 2, 3}
5
0 commit comments