Closed gohanlon closed 11 months ago
Also, add several diagnostics and fix-its:
* ⚠️ @Init can't be applied to already initialized constant * ✏️ Remove '@Init' * ✏️ Remove '= 42' * 🛑 @Init can't be applied to already initialized constant * ✏️ Remove '@Init(default: 0)' * ✏️ Remove '= 42' * 🛑 Custom 'default' can't be applied to already initialized variable * ✏️ Remove 'default: 0' * ✏️ Remove '= 42' * ⚠️ @Init can't be applied to 'static' members * ✏️ Remove '@Init' * 🛑 Custom 'default' can't be applied to multiple bindings * ✏️ Remove '@Init(default: 42)'
Also, add several diagnostics and fix-its: