Files
kotlin-fork/backend.native/tests
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-05-24 22:53:18 +03:00
2017-06-05 20:56:10 +03:00
2017-06-05 20:56:10 +03:00
2017-05-15 15:24:58 +03:00
2016-10-21 20:21:54 +03:00