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
shikasd
01/15/2025, 11:29 PM
You can check source offsets for the declaration, but plugins might provide those too