Last active
July 20, 2019 22:36
-
-
Save dalelane/18934aaa7e008ae16e30092b1e0deab3 to your computer and use it in GitHub Desktop.
Sample code used in https://dalelane.co.uk/blog/?p=3781
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Type4 myThing = new Type4(); | |
| List<CharSequence> names = new ArrayList<CharSequence>(); | |
| names.add("Alice"); | |
| names.add("Bob"); | |
| myThing.setNames(names); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment