mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 07:41:45 +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) |
||
---|---|---|
.. | ||
debug | ||
doc-parser | ||
generate-java | ||
jni | ||
schema | ||
src | ||
Cargo.toml |