dart-lang / native

Dart packages related to FFI and native assets bundling.
BSD 3-Clause "New" or "Revised" License
157 stars 44 forks source link

[swift2objc] Support globals with explicit getters/setters #1733

Closed liamappelbe closed 2 days ago

liamappelbe commented 3 days ago

Before this change, variables with an explicit getter but no setter would be wrapped by a getter/setter pair, and the setter was causing compile errors.

coveralls commented 3 days ago

Coverage Status

coverage: 90.196% (+0.001%) from 90.195% when pulling c5184b97891157f88f36e06cbb14b0ffdb912e03 on globalgetter into 8165cbbb5f24489a167e689d0e7325a562a553c7 on main.