Add EnumEntries to minimal-stdlib-for-tests
This change allows to revert adding `WITH_STDLIB` directive to tests which happened at `a9343aeb`. Co-authored-by: Alexander Udalov <Alexander.Udalov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
3b9724d20e
commit
bcfafc601e
Vendored
+3
-1
@@ -30,6 +30,7 @@ public final enum class EnumWithLambda : kotlin.Enum<EnumWithLambda> {
|
||||
}
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<EnumWithLambda>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): EnumWithLambda
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<EnumWithLambda>
|
||||
}
|
||||
@@ -69,6 +70,7 @@ public final enum class OtherEnum : kotlin.Enum<OtherEnum> {
|
||||
}
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<OtherEnum>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): OtherEnum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<OtherEnum>
|
||||
}
|
||||
@@ -108,7 +110,7 @@ public final enum class SomeEnum : kotlin.Enum<SomeEnum> {
|
||||
}
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<SomeEnum>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): SomeEnum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<SomeEnum>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user