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 1e9a211 commit 7534f65Copy full SHA for 7534f65
tests/codegen/simple-lists.wit
@@ -1,8 +1,7 @@
1
interface simple-lists {
2
simple-list1: func(l: list<u32>)
3
simple-list2: func() -> list<u32>
4
- // TODO: reenable this when smw implements this
5
- // simple-list3: func(a: list<u32>, b: list<u32>) -> tuple<list<u32>, list<u32>>
+ simple-list3: func(a: list<u32>, b: list<u32>) -> tuple<list<u32>, list<u32>>
6
simple-list4: func(l: list<list<u32>>) -> list<list<u32>>
7
}
8
0 commit comments