Last active
September 3, 2016 01:24
-
-
Save dtrailin/4906cc572bd42ccd07e23dee7dde7629 to your computer and use it in GitHub Desktop.
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
| val school : School = null | |
| if (school != null && school.students != null){ | |
| doSomething(school.students.get(“billy”)) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment