I am working on a K2 plugin, and when generating a...
# compiler
f
I am working on a K2 plugin, and when generating a constructor I am not sure what the returnTypeRef should be for a constructor. Should it be Unit? Or the class for which the constructor is defined?
d
Type of the class
f
Thank you!