blob: 1c52f95c23babd80f2b3698a5bda2966703de643 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3package NamespaceA.NamespaceB
4
5@Suppress("unused")
6@ExperimentalUnsignedTypes
7class UnionInNestedNS private constructor() {
8 companion object {
9 const val NONE: UByte = 0u
10 const val TableInNestedNS: UByte = 1u
11 val names : Array<String> = arrayOf("NONE", "TableInNestedNS")
12 fun name(e: Int) : String = names[e]
13 }
14}