Hello, How can we add two generics in kotlin ? her...
# getting-started
p
Hello, How can we add two generics in kotlin ? here i am trying to add generics type of string and Integer by overloading the operator but here line number 16 is giving Infinite loop and line 18 is giving compiler error Saying "Return type should be 'T' but found String" so how can i add two generics ?