Join Slack
Powered by
How do you use delegation and a where clause? ```i...
# getting-started
h
hfhbd
10/21/2022, 11:34 PM
How do you use delegation and a where clause?
Copy code
interface F class B<T>(t: T) : F by t where T : F
hfhbd
10/22/2022, 8:14 AM
https://youtrack.jetbrains.com/issue/KT-20696/Class-Delegation-and-Multiple-Generic-Upper-Bounds-Need-Line-Break
27
Views
Open in Slack
Previous
Next