rnett
07/29/2020, 8:38 AMFirDeclarationGenerationExtension
and the others that didn't make it into the RC
2. Is defining method/class bodies allowed in those methods? I.e. can I define a method body in FirDeclarationGenerationExtension.generateMembers
? The AllOpen examples don't, and generateMembersForGeneratedClass
is a thing instead of just adding members to the class.
3. Will using the Fir extensions replace SyntheticResolveExtension
with regards to having added definitions show up in the IDE (it sure looks like it)?Roman Artemev [JB]
07/29/2020, 9:32 AMdmitriy.novozhilov
07/29/2020, 9:39 AMdmitriy.novozhilov
07/29/2020, 9:41 AMrnett
07/30/2020, 5:54 AMdmitriy.novozhilov
08/01/2020, 8:00 AMdmitriy.novozhilov
08/01/2020, 8:02 AMdmitriy.novozhilov
08/01/2020, 8:08 AM-Xuse-fir
flag of you want. Note that it's better try it on nightly compiler builds, not release ones (because FIR state in release branches is outdated)dmitriy.novozhilov
08/02/2020, 6:42 AMdmitriy.novozhilov
08/02/2020, 6:43 AM