Justin Tullgren
09/28/2023, 12:18 AM.also
to a function call via a compiler plugin. ex: foo()
-> foo().also { log(it) }
. Is this still just an IrCall change or some other concept?Youssef Shoaib [MOD]
09/28/2023, 4:13 PMJustin Tullgren
09/28/2023, 4:15 PM.also
would have a parameter to the function it is chained on or is it a context receiver?Youssef Shoaib [MOD]
09/28/2023, 4:18 PMJustin Tullgren
09/28/2023, 4:19 PM