mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-05 06:18:32 +00:00
test fixes
This commit is contained in:
parent
d12811b0eb
commit
776b6cccc6
4 changed files with 11 additions and 11 deletions
|
|
@ -10,10 +10,10 @@ namespace Array {
|
|||
decl something : Unit -> Unit
|
||||
}
|
||||
|
||||
namespace var : Array {
|
||||
namespace var Array {
|
||||
decl something : Unit -> Unit
|
||||
}
|
||||
|
||||
namespace const : Array {
|
||||
namespace const Array {
|
||||
decl something : Unit -> Unit
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue