Skip to content

Instantly share code, notes, and snippets.

@dtrailin
Created August 25, 2016 21:51
Show Gist options
  • Select an option

  • Save dtrailin/ff7bbe03bc2b72b5d6eb72c9d8cd0c3e to your computer and use it in GitHub Desktop.

Select an option

Save dtrailin/ff7bbe03bc2b72b5d6eb72c9d8cd0c3e to your computer and use it in GitHub Desktop.
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