Last active
July 20, 2019 22:37
-
-
Save dalelane/918a1da2cace73aee6cf42d84bf329e4 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
| Type9 myThingA = new Type9(); | |
| myThingA.setRequiredString("Hello"); | |
| myThingA.setOptionalString("World"); | |
| Type9 myThingB = new Type9(); | |
| myThingB.setRequiredString("Hello"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment