So i just got burned by an `apply` method being ad...
# language-proposals
g
So i just got burned by an
apply
method being added to an object that was blowing up some tests usage of the kotlin
apply
extension method. Interestingly enough the added
instance.apply
method was doing exactly the same thing as the
kotlinExtensions.apply
method.