I am struggling with some generic invariance in Ko...
# getting-started
v
I am struggling with some generic invariance in Kotlin and found an interesting thing. Using the “setter” syntax this compile error becomes a warning only. Strange that it depends on the syntax even though it’s the same setter being called.
🤔 2