Skip to content

Commit

Permalink
put generics source comment back
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbrown authored Apr 8, 2020
1 parent d549921 commit a1598c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions experimental/generics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@
}

// Requires T to be a string or byte slice.
//
// Note that at the moment, contracts are not actually type-checked.
contract Sequence(T) {
T string, []byte
}
Expand Down

0 comments on commit a1598c1

Please sign in to comment.