mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Fix test data after changes to renderer and descriptors
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
package test
|
||||
|
||||
public final enum class Enum : kotlin.Enum<test.Enum!> {
|
||||
private constructor Enum()
|
||||
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: test.Enum!): kotlin.Int
|
||||
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
|
||||
|
||||
public enum entry A : test.Enum {
|
||||
private constructor A()
|
||||
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: test.Enum!): kotlin.Int
|
||||
@@ -48,6 +43,11 @@ public final enum class Enum : kotlin.Enum<test.Enum!> {
|
||||
}
|
||||
}
|
||||
|
||||
private constructor Enum()
|
||||
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: test.Enum!): kotlin.Int
|
||||
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
|
||||
|
||||
public open inner class Inner {
|
||||
public constructor Inner()
|
||||
public/*package*/ open fun bar(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user