Test order of enum entries in deserialized classes

This commit is contained in:
Pavel V. Talanov
2014-11-10 18:54:49 +03:00
parent b7ca11cee1
commit eba5843468
6 changed files with 155 additions and 0 deletions
@@ -0,0 +1,12 @@
package test
enum class E {
ONE
TWO
THREE
FOUR
FIVE
SIX
SEVEN
EIGHT
}