kitlang / kit

Kit: a magical, high performance programming language, designed for game development.
https://www.kitlang.org
Other
1.02k stars 29 forks source link

Having a top level "main.kit" results in duplicate declaration #135

Open bendmorris opened 5 years ago

bendmorris commented 5 years ago

The main module and main function result in a duplicate declaration.

It's not necessary to import main, so this can be solved by giving functions priority over modules for name resolution.