NamespaceComparator now serializes kind, if it's not DECLARATION.
Lots of test data changed to include members' kinds.
This commit is contained in:
@@ -2,8 +2,8 @@ namespace test
|
||||
|
||||
public final enum class test.MyEnum : jet.Enum<test.MyEnum> {
|
||||
private final /*constructor*/ fun <init>(): test.MyEnum
|
||||
public final override /*1*/ fun name(): jet.String
|
||||
public final override /*1*/ fun ordinal(): jet.Int
|
||||
public final override /*1*/ /*fake_override*/ fun name(): jet.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int
|
||||
public final class object test.MyEnum.<class-object-for-MyEnum> {
|
||||
private final /*constructor*/ fun <init>(): test.MyEnum.<class-object-for-MyEnum>
|
||||
public final val ANOTHER: test.MyEnum
|
||||
|
||||
Reference in New Issue
Block a user