Separate tests for ordering of deserialized members

This commit is contained in:
Pavel V. Talanov
2014-11-10 18:41:56 +03:00
parent 5ffa66ffc3
commit 01cf60b834
7 changed files with 123 additions and 3 deletions
@@ -0,0 +1,10 @@
package test
class O {
class A1
inner class A2
class B1
inner class B2
trait C1
trait C2
}