mirror of
https://github.com/enso-org/enso.git
synced 2024-12-30 03:13:27 +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) |
||
---|---|---|
.. | ||
scala/org/enso/compiler/suggestions |