Changeset 1817 for cobra/trunk/Tests/240-generics/400-generic-methods/130-generic-method-constraints.cobra
- Timestamp:
- 12/08/08 07:05:32 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Tests/240-generics/400-generic-methods/130-generic-method-constraints.cobra
r1711 r1817 26 26 # test constraint 27 27 assert a > b 28 Util.swap <of int>(inout a, inout b)28 Util.swapIfGreater<of int>(inout a, inout b) 29 29 assert a < b



