Skip to content

Instantly share code, notes, and snippets.

@geraldcroes
Created December 9, 2017 16:59
Show Gist options
  • Select an option

  • Save geraldcroes/4723c34f4021ef146919112d732d2c3c to your computer and use it in GitHub Desktop.

Select an option

Save geraldcroes/4723c34f4021ef146919112d732d2c3c to your computer and use it in GitHub Desktop.
Extending the companion object in the interface
fun FileParser.Companion.fromFile(filename: String) =
this.createFromFileName(filename)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment