Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change constructor signature from fun() to constructor() #2689

Closed
IgnatBeresnev opened this issue Sep 29, 2022 · 0 comments · Fixed by #2691
Closed

Change constructor signature from fun() to constructor() #2689

IgnatBeresnev opened this issue Sep 29, 2022 · 0 comments · Fixed by #2691
Assignees
Labels
enhancement An issue for a feature or an overall improvement

Comments

@IgnatBeresnev
Copy link
Member

IgnatBeresnev commented Sep 29, 2022

Now constructors are rendered as functions, i.e fun ClassName(), but it makes more sense to render it as a secondary constructor: constructor()

Look at Constructors tab here

Classes to look at: KotlinSignatureProvider

@IgnatBeresnev IgnatBeresnev added the enhancement An issue for a feature or an overall improvement label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue for a feature or an overall improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants