Hi, is there a reliable way to tell synthetic cons...
# compiler
x
Hi, is there a reliable way to tell synthetic constructors generated by kotlin serialization plugin (and all other synthetic constructors) from normal constructors written by users (in IR backend transformer)?
s
You can check source offsets for the declaration, but plugins might provide those too
x
@shikasd thank you, so sad 😞