natario1
05/25/2024, 3:56 PMIrFunction
/ IrClass
is actual
? And reconcile with its expect
counterpart. I’ve been using ObsoleteDescriptorBasedAPI but would like to migrate to something else.
Use case - by linking the two declarations, plugins can:
• be less strict, e.g. let users annotate either one of the two
• given an actual fun, retrieve the default value for parameters. Can only be done through its expect
counterpartshikasd
05/26/2024, 12:51 AMnatario1
05/27/2024, 2:13 PMEdoardo Luppi
05/29/2024, 10:07 AMshikasd
05/29/2024, 11:24 AMEdoardo Luppi
05/29/2024, 11:27 AMshikasd
05/29/2024, 11:33 AMshikasd
05/29/2024, 11:34 AMEdoardo Luppi
05/29/2024, 11:50 AMnatario1
05/29/2024, 11:50 AMexpect class
+ actual typealias
, and the annotation is not applicable to typealiases. If I remember correctly I only got a warning though.Edoardo Luppi
05/29/2024, 11:51 AM