Created
August 25, 2016 21:51
-
-
Save dtrailin/ff7bbe03bc2b72b5d6eb72c9d8cd0c3e 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 parent = node.getParent() ?: return null | |
| val name = node.getName() ?: throw IllegalArgumentException("...") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment