tristanlabelle / swift-winrt

A Swift bindings generator for WinRT APIs
MIT License
15 stars 1 forks source link

Emit extensions with fatalError'ing static properties #74

Closed tristanlabelle closed 3 months ago

tristanlabelle commented 3 months ago

Since https://github.com/tristanlabelle/swift-winrt/commit/eb9f8a78e2ca7285b60b4f270ac9b2f3c501eeab , properties are defined as extensions in terms of their getter/setters, but this is currently only the case for instance properties.

tristanlabelle commented 3 months ago

Fixed as of https://github.com/tristanlabelle/swift-winrt/commit/77fc77d6ea834e3dd732ab3a9ffb63b16722e8a3