Bug Report
class A {
static #field = 123
static {
this.#field = 123
A.#field = 13
}
}
Writing this. and A. does not give a list of static fields on A in the completions. Type checking works fine.
🔎 Search Terms
static blocks autocomplete completions
🕗 Version & Regression Information
N/A
⏯ Playground Link
Playground link with relevant code
Bug Report
Writing
this.andA.does not give a list of static fields onAin the completions. Type checking works fine.🔎 Search Terms
static blocks autocomplete completions
🕗 Version & Regression Information
N/A
⏯ Playground Link
Playground link with relevant code