You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently there is no way of creating new instance of a inner class.
Describe the solution you'd like
Introduce a new syntax that would allow users to call constructors of inner classes from an instance of a outer class. I think something like {_outer}.new Inner() would work.
The text was updated successfully, but these errors were encountered:
Pesekjak
changed the title
Initializing a inner class
Initializing a Inner class
Jan 16, 2024
Is your feature request related to a problem? Please describe.
Currently there is no way of creating new instance of a inner class.
Describe the solution you'd like
Introduce a new syntax that would allow users to call constructors of inner classes from an instance of a outer class. I think something like
{_outer}.new Inner()
would work.The text was updated successfully, but these errors were encountered: