Quick Bites: Discovering a Bug in the Kotlin Compiler
Summary
I was working with a Kotlin class which extended a Java class and the Kotlin class defined a less-accessible property with the same name as a more-accessible field of the Java class and I ran into an IllegalAccessError.
It's now filed as a bu...
blog.chotu.me3 min read