better member sorting in Read*BinaryClassTest

This commit is contained in:
Stepan Koltsov
2012-03-03 00:19:32 +04:00
parent 16917dea4f
commit 1e92594e99
4 changed files with 29 additions and 9 deletions
@@ -1,6 +1,6 @@
namespace test
abstract class test.ModifierAbstract : jet.Any {
abstract fun abs(): jet.Int
final /*constructor*/ fun <init>(): test.ModifierAbstract
abstract fun abs(): jet.Int
}