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.
18 lines
828 B
Plaintext
Vendored
18 lines
828 B
Plaintext
Vendored
public final enum class EnumConstructorParameter : R|kotlin/Enum<ft<test/EnumConstructorParameter, test/EnumConstructorParameter?>>| {
|
|
public final static enum entry INSTANCE: R|@EnhancedNullability test/EnumConstructorParameter|
|
|
private constructor(@R|test/EnumConstructorParameter.Anno|(String(string)) s: R|ft<kotlin/String, kotlin/String?>|): R|test/EnumConstructorParameter|
|
|
|
|
private constructor(x: R|kotlin/Int|): R|test/EnumConstructorParameter|
|
|
|
|
public final static fun values(): R|kotlin/Array<test/EnumConstructorParameter>| {
|
|
}
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/EnumConstructorParameter| {
|
|
}
|
|
|
|
public final annotation class Anno : R|kotlin/Annotation| {
|
|
public constructor(value: R|kotlin/String|): R|test/EnumConstructorParameter.Anno|
|
|
|
|
}
|
|
}
|