ols
ols copied to clipboard
Cyclic struct declaration crashes langauge server client
Declaring a cyclic struct crashes the vscode language server client.
Repro:
package foo
Foo :: struct {
using _: Foo,
}