1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-01 00:04:58 +03:00
juvix/tests/negative/UsingHiding
Jan Mas Rovira ab83749a86
Scope check symbols inside using {..} and hiding {..} (#2108)
- Closes #2089 

Now the symbols inside `using {..}` and `hiding {..}` are properly
scoped, which means that they will be properly colored and will have
goto information. If the referenced module does not contain a symbol in
the list, an error will be thrown.
2023-05-22 11:41:13 +02:00
..
juvix.yaml Scope check symbols inside using {..} and hiding {..} (#2108) 2023-05-22 11:41:13 +02:00
Main.juvix Scope check symbols inside using {..} and hiding {..} (#2108) 2023-05-22 11:41:13 +02:00