Roman Elizarov
1 min readJan 6, 2019

--

Aspects do not usually need to introduce receivers into the method’s scope. Quite to the contrary, the purpose of most aspects is to enhance functionality of the method without directy affecting the code inside of it. Aspects work around the method, before and after it, not inside of it.

--

--

Roman Elizarov
Roman Elizarov

Written by Roman Elizarov

Project Lead for the Kotlin Programming Language @JetBrains

Responses (1)