summaryrefslogtreecommitdiff
path: root/tests/bugs/gh-4457.slang
AgeCommit message (Collapse)Author
2024-06-28Parse scope for local variable declaration (#4507)Jay Kwak
When a local variable is declaraed, a scope(::) was not properly parsed for its type name. This commit fixes it. Close #4457