I’m try to use operator overloading in String
public operator fun String.inc():String{
return this+this
}
I’m try to use operator overloading in String
public operator fun String.inc():String{
return this+this
}
What exactly does not work for you?