xref: /aosp_15_r20/external/flatbuffers/tests/MyGame/Example/LongEnum.kt (revision 890232f25432b36107d06881e0a25aaa6b473652)
1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 package MyGame.Example
4 
5 @Suppress("unused")
6 class LongEnum private constructor() {
7     companion object {
8         const val LongOne: ULong = 2UL
9         const val LongTwo: ULong = 4UL
10         const val LongBig: ULong = 1099511627776UL
11     }
12 }
13