You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Render struct methods / functions / constructors / typefunction in public Api. Probably depends on #622
If records are rendered as a class, verify if constructors should be regular constructors and all the classes be sealed as there is no inheritance for records. Alternatively make constructors static functions.
Verify WebKit2.UserScript.New it has a manually written constructor.
The text was updated successfully, but these errors were encountered:
Render struct methods / functions / constructors / typefunction in public Api. Probably depends on #622
If records are rendered as a class, verify if constructors should be regular constructors and all the classes be sealed as there is no inheritance for records. Alternatively make constructors static functions.
WebKit2.UserScript.New
it has a manually written constructor.The text was updated successfully, but these errors were encountered: