enso/test/Helpers
Pavel Marek 660c5e7a9d
Atom constructors can be private (#9692)
Closes #8836.

Atom constructors can be declared as private (project-private). project-private constructors can be called only from the same project. See the encapsulation.md docs for more info.

---------

Co-authored-by: Jaroslav Tulach <jaroslav.tulach@enso.org>
Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org>
Co-authored-by: Hubert Plociniczak <hubert.plociniczak@gmail.com>
Co-authored-by: Kaz Wesley <kaz@lambdaverse.org>
2024-04-29 14:43:18 +02:00
..
src Atom constructors can be private (#9692) 2024-04-29 14:43:18 +02:00
package.yaml Atom constructors can be private (#9692) 2024-04-29 14:43:18 +02:00
README.md Atom constructors can be private (#9692) 2024-04-29 14:43:18 +02:00

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.