SmilingCatEntertainment
Results
2
issues of
SmilingCatEntertainment
**Describe the bug** When INLINE_INHERITED_MEMB = yes and a derived abstract class "D1" does not implement an abstract member defined on a base class "MyBase", the documentation of the abstract...
bug
C#
solved in the mean time
C# supports an object initializer syntax on construction like so: var myObj = new MyClass() {someOptionalProperty="value"}; Likewise Lua standard 16.1 supports this on its native values via OO syntactic sugar:...