sort members in Read*BinaryClassTest
test should not fail if hash code or hash set is implemented diffently
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace test
|
||||
|
||||
abstract trait test.Foo</*0*/ Q : jet.Any?> : java.lang.Object {
|
||||
}
|
||||
open class test.ClassWithTypePRefNext</*0*/ R : test.Foo<P>?, /*1*/ P : jet.Any?> : java.lang.Object {
|
||||
final /*constructor*/ fun </*0*/ R : test.Foo<P>?, /*1*/ P : jet.Any?><init>(): test.ClassWithTypePRefNext<R, P>
|
||||
}
|
||||
abstract trait test.Foo</*0*/ Q : jet.Any?> : java.lang.Object {
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
namespace test
|
||||
|
||||
abstract trait test.Foo : java.lang.Object {
|
||||
}
|
||||
abstract trait test.Bar : java.lang.Object {
|
||||
}
|
||||
abstract trait test.Foo : java.lang.Object {
|
||||
}
|
||||
open class test.MethodTypePTwoUpperBounds : java.lang.Object {
|
||||
final /*constructor*/ fun <init>(): test.MethodTypePTwoUpperBounds
|
||||
open fun </*0*/ T : test.Bar? & test.Foo?>foo(): jet.Tuple0
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
namespace test
|
||||
|
||||
final annotation class test.Aaa : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.Aaa
|
||||
}
|
||||
open class test.HasAnnotatedMethod : java.lang.Object {
|
||||
final /*constructor*/ fun <init>(): test.HasAnnotatedMethod
|
||||
open test.Aaa() fun f(): jet.Tuple0
|
||||
}
|
||||
final annotation class test.Aaa : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.Aaa
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user