Why are reified types forbidden for catch paramete...
# getting-started
r
Why are reified types forbidden for catch parameters?
j
Apparently it was too complicated to implement so the Kotlin team decided to forbid it for now: https://youtrack.jetbrains.com/issue/KT-9742
r
Interesting. I wonder what makes it so difficult. Thanks for the link.