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,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
|
||||
|
||||
Reference in New Issue
Block a user