luau
luau copied to clipboard
doc comments don't work on types in new solver
type foo = {
--- foo bar baz
field: number,
}
local a: foo
a.field -- this gives the information "foo bar baz" when using the old solver, but the new solver gives nothing