Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
in case of
private void foo(){}
we want to generate a
public synthetic void MOP$foo()
{foo()]}method to allow calls to private methods.