mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-19 09:28:33 +00:00
fix sets of scoped imported enums (#13666)
This commit is contained in:
3
tests/cpp/enum.hpp
Normal file
3
tests/cpp/enum.hpp
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace namespaced {
|
||||
enum Enum { A, B, C };
|
||||
}
|
||||
Reference in New Issue
Block a user