Massive test data update for compiledJava
This commit is contained in:
@@ -17,4 +17,4 @@ public open class DeeplyInnerClass {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,15 +2,15 @@ package test
|
||||
|
||||
public open class DeeplyNestedStatic {
|
||||
public constructor DeeplyNestedStatic()
|
||||
|
||||
|
||||
public open class Foo {
|
||||
public constructor Foo()
|
||||
|
||||
|
||||
public open class Bar {
|
||||
public constructor Bar()
|
||||
|
||||
|
||||
// Static members
|
||||
public open fun method(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -56,4 +56,4 @@ public final enum class Enum : kotlin.Enum<test.Enum!> {
|
||||
// Static members
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.Enum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.Enum>
|
||||
}
|
||||
}
|
||||
@@ -12,4 +12,4 @@ public open class InnerClass {
|
||||
public constructor Nested()
|
||||
public open fun bar(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@ package test
|
||||
public open class Simple {
|
||||
public constructor Simple()
|
||||
public open fun foo(): kotlin.Unit
|
||||
|
||||
|
||||
// Static members
|
||||
public open fun bar(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
public open class StaticFinal {
|
||||
public constructor StaticFinal()
|
||||
|
||||
|
||||
// Static members
|
||||
public final val foo: kotlin.String = "aaa"
|
||||
}
|
||||
}
|
||||
@@ -4,25 +4,25 @@ public final enum class StaticMembersInEnum : kotlin.Enum<test.StaticMembersInEn
|
||||
private constructor StaticMembersInEnum()
|
||||
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
|
||||
|
||||
|
||||
public enum entry ENTRY : test.StaticMembersInEnum {
|
||||
private constructor ENTRY()
|
||||
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
|
||||
|
||||
|
||||
public class object <class-object-for-ENTRY> : test.StaticMembersInEnum.ENTRY {
|
||||
private constructor <class-object-for-ENTRY>()
|
||||
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
|
||||
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Static members
|
||||
public val CONSTANT: test.StaticMembersInEnum!
|
||||
public var STATIC_FIELD: kotlin.Int
|
||||
public final val CONSTANT: test.StaticMembersInEnum!
|
||||
public final var STATIC_FIELD: kotlin.Int
|
||||
public open fun foo(): kotlin.Unit
|
||||
public open fun valueOf(/*0*/ p0: kotlin.Int): kotlin.Unit
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.StaticMembersInEnum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.StaticMembersInEnum>
|
||||
public open fun values(/*0*/ p0: kotlin.Int): kotlin.Unit
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user