Hey, there, I have a question about generics in Ko...
# kotlin-native
m
Hey, there, I have a question about generics in Kotlin... IntelliJ gives me this information about the type of my editFieldRenderer property inside my TableColumn variable. So it seems like everything works just fine... but when I try to invoke my render function from that editFieldRenderer the FIELD type gets "converted" into Nothing, which seems very odd to me. I hope, someone is able to help me with that 😅