Created
December 9, 2017 17:01
-
-
Save geraldcroes/88179fe2d4e42f0c5997998dd3d18728 to your computer and use it in GitHub Desktop.
infix extension
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
| infix 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