Files
kotlin-fork/runtime
Alexander Gorshenev 5192bd1313 Entry point selection.
$ kotlinc -entry foo.bar.qux ...

selects `qux(args: Array<String>):Unit` in the package `foo.bar` as an entry point.

The short flag is `-e`.
2017-06-05 20:56:10 +03:00
..
2017-06-05 20:56:10 +03:00
2017-05-18 04:13:35 +03:00