Join Slack
Powered by
You can do the following tough: ``` class Test<...
# announcements
r
robstoll
06/24/2018, 7:12 PM
You can do the following tough:
Copy code
class Test<T: Any>{ fun <U: T> foo(): U = TODO() fun <U: T?> bar(): U = TODO() }
Open in Slack
Previous
Next