NamespaceComparator now serializes kind, if it's not DECLARATION.
Lots of test data changed to include members' kinds.
This commit is contained in:
@@ -5,5 +5,5 @@ internal abstract trait test.A : jet.Any {
|
||||
}
|
||||
internal final class test.B : test.A {
|
||||
public final /*constructor*/ fun <init>(): test.B
|
||||
internal open override /*1*/ fun f(): jet.String
|
||||
internal open override /*1*/ /*fake_override*/ fun f(): jet.String
|
||||
}
|
||||
|
||||
@@ -6,5 +6,5 @@ internal open class test.Base</*0*/ T : jet.Any?> : jet.Any {
|
||||
}
|
||||
internal final class test.Inh : test.Base<jet.String> {
|
||||
public final /*constructor*/ fun <init>(): test.Inh
|
||||
internal final override /*1*/ fun foo(): jet.String
|
||||
internal final override /*1*/ /*fake_override*/ fun foo(): jet.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user