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.
11 lines
524 B
Plaintext
Vendored
11 lines
524 B
Plaintext
Vendored
public open class AnnotatedValueParameter : R|kotlin/Any| {
|
|
public open fun f(@R|test/AnnotatedValueParameter.Anno|(String(non-empty)) parameter: R|ft<kotlin/collections/MutableList<ft<kotlin/String, kotlin/String?>>, kotlin/collections/List<ft<kotlin/String, kotlin/String?>>?>|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/AnnotatedValueParameter|
|
|
|
|
public final annotation class Anno : R|kotlin/Annotation| {
|
|
public constructor(value: R|kotlin/String|): R|test/AnnotatedValueParameter.Anno|
|
|
|
|
}
|
|
}
|