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
|
||||
}
|
||||
|
||||
+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 {
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
namespace test
|
||||
|
||||
abstract trait test.Foo : jet.Any {
|
||||
}
|
||||
abstract trait test.Bar : jet.Any {
|
||||
}
|
||||
abstract trait test.Foo : jet.Any {
|
||||
}
|
||||
final fun </*0,r*/ T : test.Bar & test.Foo>foo(): jet.Tuple0
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
namespace test
|
||||
|
||||
open class test.Subclass : test.BaseClass {
|
||||
final /*constructor*/ fun <init>(): test.Subclass
|
||||
open val shape: jet.String
|
||||
}
|
||||
open class test.BaseClass : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.BaseClass
|
||||
open val shape: jet.String
|
||||
}
|
||||
open class test.Subclass : test.BaseClass {
|
||||
final /*constructor*/ fun <init>(): test.Subclass
|
||||
open val shape: jet.String
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
namespace test
|
||||
|
||||
final class test.Subclass : test.BaseClass {
|
||||
final /*constructor*/ fun <init>(): test.Subclass
|
||||
final val exactly: jet.Int
|
||||
}
|
||||
open class test.BaseClass : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.BaseClass
|
||||
final val exactly: jet.Int
|
||||
}
|
||||
final class test.Subclass : test.BaseClass {
|
||||
final /*constructor*/ fun <init>(): test.Subclass
|
||||
final val exactly: jet.Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user