- Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Description
Bug Report
If I do not add override on static, I get an error "This member must have an override...."
If I add it, I get the error "'static'modifier can not be used with override"
🔎 Search Terms
override static
🕗 Version & Regression Information
This is a new feature, so before override was not available
⏯ Playground Link
I've none
💻 Code
static readonly style = css` :host { ..... 🙁 Actual behavior
see:
🙂 Expected behavior
should work after adding override
Metadata
Metadata
Assignees
Labels
No labels

