Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting a variable's subscript should not affect the type of that variable #347

Closed
isc-bsaviano opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@isc-bsaviano
Copy link
Contributor

In the following example, hovering over a shouldn't show information for %Librray.Status.

ClassMethod m1() As %Status
{
}

ClassMethod m2()
{
  Set a(1) = ..m1()
  Write a
}
@isc-bsaviano isc-bsaviano added the bug Something isn't working label Oct 1, 2024
@isc-bsaviano isc-bsaviano self-assigned this Oct 1, 2024
@isc-bsaviano isc-bsaviano changed the title Setting a variable subscripted variable should not affect the type of that variable Setting a variable's subscript should not affect the type of that variable Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant