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

Platform extensions with generic parameters support #28

Closed
Alex009 opened this issue Nov 20, 2021 · 1 comment · Fixed by #32 or #34
Closed

Platform extensions with generic parameters support #28

Alex009 opened this issue Nov 20, 2021 · 1 comment · Fixed by #32 or #34
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Alex009
Copy link
Member

Alex009 commented Nov 20, 2021

for example:

fun <T : Any> NSNotificationCenter.setEventHandler(
    notification: NSNotificationName,
    ref: T,
    lambda: T.() -> Unit
): Closeable 
@Alex009 Alex009 added the enhancement New feature or request label Nov 20, 2021
@Alex009 Alex009 added this to the 0.4.0 milestone Nov 20, 2021
@Alex009 Alex009 self-assigned this Nov 20, 2021
@Alex009 Alex009 linked a pull request Feb 19, 2022 that will close this issue
Alex009 added a commit that referenced this issue Feb 19, 2022
Alex009 added a commit that referenced this issue Feb 19, 2022
Alex009 added a commit that referenced this issue Feb 19, 2022
@Alex009 Alex009 linked a pull request Feb 25, 2022 that will close this issue
Alex009 added a commit that referenced this issue Feb 25, 2022
Alex009 added a commit that referenced this issue Feb 25, 2022
@Alex009 Alex009 mentioned this issue Feb 25, 2022
@Alex009
Copy link
Member Author

Alex009 commented Feb 25, 2022

will be available in 0.4.0

@Alex009 Alex009 closed this as completed Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant