Hi guys, long time listener, first time caller. I’...
# announcements
d
Hi guys, long time listener, first time caller. I’m a little confused by generics in Kotlin. As per my example I want to create a RedDoorHouse, but what do I need to do in House so that it does not need or care to know about the color of the door? In the example I use <?> which is not valid in Kotlin, but it something that would have worked in Java.