mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
270f708e4f
Add support for private methods. Most of the changes are in parser and compiler. The runtime checking of private functions was already present since #9692 # Important Notes - Only top-level methods can be declared `private`. - private method cannot be called from different project - private method cannot be accessed from polyglot code (private method does not exist for polyglot code) |
||
---|---|---|
.. | ||
src | ||
package.yaml | ||
README.md |
Just a simple test project that contains some private-project entities that can be called from different test projects.
This project is not meant to be run directly.