<@U092N7GGG>: Multiple times you have said you don...
# announcements
m
@yole: Multiple times you have said you don't see a way to allow extension functions to function polymorphically, but you keep saying its not a generics or reflection issue(more specifically that it wouldn't be implemented if it needed reflection - GOOD CALL btw), what is the driving reason behind not being able to implement it? With my understanding of java polymorphism through its single inheritance (or decorators), the object passed to the extension function, regardless if it is in the static class or the primary class, should know its type from instantiation, so why would this not be possible in kotlin?