fix sets of scoped imported enums (#13666)

This commit is contained in:
Jasper Jenkins
2020-03-17 02:47:27 -07:00
committed by GitHub
parent bec0522fca
commit 6a23452bf4
3 changed files with 14 additions and 1 deletions

3
tests/cpp/enum.hpp Normal file
View File

@@ -0,0 +1,3 @@
namespace namespaced {
enum Enum { A, B, C };
}