* Fixes to tests * RunKonanTest runs tests build with TestRunner * Standalone tests
$ 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`.