sort members in Read*BinaryClassTest
test should not fail if hash code or hash set is implemented diffently
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
namespace test
|
||||
|
||||
abstract trait test.Bbb</*0,r*/ P : jet.Any?> : jet.Any {
|
||||
}
|
||||
final class test.ClassObjectExtendsTraitWithTP : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.ClassObjectExtendsTraitWithTP
|
||||
final object test.ClassObjectExtendsTraitWithTP.<no name provided> : test.Bbb<jet.String> {
|
||||
final /*constructor*/ fun <init>(): test.ClassObjectExtendsTraitWithTP.<no name provided>
|
||||
}
|
||||
}
|
||||
abstract trait test.Bbb</*0,r*/ P : jet.Any?> : jet.Any {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user