go: missing setters for read-write properties #2665
Labels
bug
This issue is a bug.
compliance
Missing or broken compliance tests
effort/small
Small work item – less than a day of effort
language/go
Regarding GoLang bindings
p1
Milestone
🐛 Bug Report
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)General Information
What is the problem?
Consider the following TS code:
The resulting generated Golang interface is:
Notice it is missing a setter for the
readWriteString
property. Strangely enough, the implementation does actually exist:Verbose Log
The text was updated successfully, but these errors were encountered: