summaryrefslogtreecommitdiff
path: root/tests/namespace_test/namespace-a/namespace-b/enum-in-nested-n-s.ts
blob: 676b7e43ddc8d2f6e96b6afd8afa7ed48b6c9de9 (plain)
1
2
3
4
5
6
7
8
// automatically generated by the FlatBuffers compiler, do not modify

export enum EnumInNestedNS{
  A = 0,
  B = 1,
  C = 2
}