a12e31daf1
Because those test are single Java files, many of them use a top-level class as a container for multiple classes to be tested. Such tests do almost nothing if those nested classes aren't handled.
15 lines
667 B
Plaintext
Vendored
15 lines
667 B
Plaintext
Vendored
public final enum class EnumWithSpecializedEntry : R|kotlin/Enum<ft<test/EnumWithSpecializedEntry, test/EnumWithSpecializedEntry?>>| {
|
|
public final static enum entry E1: R|@EnhancedNullability test/EnumWithSpecializedEntry|
|
|
public final static enum entry E2: R|@EnhancedNullability test/EnumWithSpecializedEntry|
|
|
public final static fun values(): R|kotlin/Array<test/EnumWithSpecializedEntry>| {
|
|
}
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/EnumWithSpecializedEntry| {
|
|
}
|
|
|
|
public/*package*/ open class Nested : R|kotlin/Any| {
|
|
public/*package*/ constructor(): R|test/EnumWithSpecializedEntry.Nested|
|
|
|
|
}
|
|
}
|