https://kotlinlang.org logo
o

oblakr24

06/27/2017, 8:39 AM
If I create a private extension function (of some other class), is there any additional overhead in terms of new classes being created in the bytecode (as is the case with usual extension functions so that they can be called as static methods from Java)?