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