Seokjae Lee
infix function
infix fun Class.test(something: Something): Class = this.test(something)
infix fun Class.test(something: Something): Class = test(something)
infix fun Class. test(something: Something): Class { return this. test(something) }
infix fun Class.test(something: Something): Class { return test(something) }
A modern programming language that makes developers happier.