Hi, can i generate a nested dataclass using a fir plugin? (FirDeclarationGenerationExtension)
i tried to to set the generated class status to "isData" to true and generated a primary constructor with the required properties - but the generated class does not seem to be a "data" class
i.e., no other "data" stuff was generated (tostring, properties, copy, etc.)