I am struggling with some generic invariance in Kotlin and found an interesting thing. Using the “se...
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