lang_2023/tests/namespaces.lang

20 lines
253 B
Text
Raw Permalink Normal View History

2023-03-31 12:10:12 +03:00
namespace Namespace {
2023-05-13 14:54:48 +03:00
decl something : -> Unit
2023-03-31 12:10:12 +03:00
}
namespace Array {
2023-05-13 14:54:48 +03:00
decl something : -> Unit
2023-03-31 12:10:12 +03:00
}
namespace Array {
2023-05-13 14:54:48 +03:00
decl something : -> Unit
2023-03-31 12:10:12 +03:00
}
2023-04-29 13:05:14 +03:00
namespace var Array {
2023-05-13 14:54:48 +03:00
decl something : -> Unit
}
2023-04-29 13:05:14 +03:00
namespace const Array {
2023-05-13 14:54:48 +03:00
decl something : -> Unit
2023-03-31 12:10:12 +03:00
}