<@U8VGMNEAZ> indeed, that's our next step. This wa...
# arrow-contributors
t
@tginiotis indeed, that's our next step. This was a change in the frontend of the Kotlin compiler so that it is able to parse correctly the new syntax. Now we have to work on giving this syntax proper semantics; in this case, parameters with the
with
modifier are resolved at compile time with the appropriated instance and brought to the scope, so that the
with(MA) { }
would be no longer necessary
t
cool!