sort members in Read*BinaryClassTest
test should not fail if hash code or hash set is implemented diffently
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
namespace test
|
||||
|
||||
final class test.Inh : test.Base<jet.String> {
|
||||
final /*constructor*/ fun <init>(): test.Inh
|
||||
final override /*1*/ fun foo(): jet.String
|
||||
}
|
||||
open class test.Base</*0,r*/ T : jet.Any?> : jet.Any {
|
||||
final /*constructor*/ fun </*0,r*/ T : jet.Any?><init>(): test.Base<T>
|
||||
final fun foo(): T
|
||||
}
|
||||
final class test.Inh : test.Base<jet.String> {
|
||||
final /*constructor*/ fun <init>(): test.Inh
|
||||
final override /*1*/ fun foo(): jet.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user