We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
for example:
fun <T : Any> NSNotificationCenter.setEventHandler( notification: NSNotificationName, ref: T, lambda: T.() -> Unit ): Closeable
The text was updated successfully, but these errors were encountered:
#28 support generic params in platform extensions
77da444
#28 new extensions class name resolving
b8e332a
#28 improve support of extensions cases
029937f
#28 fix detekt problems
25c25bf
#28 fix detekt
c298901
Merge pull request #34 from icerockdev/#28-extensions-generics-support
2d6d5b6
#28 extensions generics support
will be available in 0.4.0
Sorry, something went wrong.
Alex009
Successfully merging a pull request may close this issue.
for example:
The text was updated successfully, but these errors were encountered: