Closed JSAbrahams closed 4 years ago
Fixes #173
See #188 for an identified issue.
Private fields (both direct and defined in tuples) and functions cannot be accessed outside a class.
Should add tests that test whether private tuples are indeed private, including their fields after #185 has been merged.
Relevant issues
Fixes #173
See #188 for an identified issue.
Summary
Private fields (both direct and defined in tuples) and functions cannot be accessed outside a class.
Added Tests