Skip to content

Commit

Permalink
add tests for collection literals
Browse files Browse the repository at this point in the history
  • Loading branch information
pkourouklidis committed Jan 15, 2025
1 parent 5a187b5 commit efb2f11
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*Bag<Integer>*/Bag{0..9};
/*Sequence<Integer>*/Sequence{0..9};
/*Set<Integer>*/Set{0..9};
/*OrderedSet<Integer>*/OrderedSet{0..9};

0 comments on commit efb2f11

Please sign in to comment.