Files
kotlin-fork/backend.native/tests/runtime/basic
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
..
2016-12-01 19:20:12 +04:00
2017-06-05 20:56:10 +03:00
2017-06-05 20:56:10 +03:00
2017-06-05 20:56:10 +03:00
2016-11-21 13:21:23 +03:00
2016-12-01 16:07:06 +03:00
2016-11-14 13:25:50 +03:00
2016-11-21 20:36:40 +03:00
2016-12-07 17:44:46 +03:00
2016-12-23 11:40:31 +07:00
2016-12-28 15:26:44 +03:00
2016-11-24 17:46:16 +04:00
2017-06-05 20:56:10 +03:00
2016-11-22 14:36:09 +03:00
2017-05-30 14:50:15 +03:00