blob: 757fed490a9862ea0ff7dcd7ea27110c5661b4f1 [file] [log] [blame]
public open class AnnotatedValueParameter : R|kotlin/Any| {
public open fun f(@R|test/AnnotatedValueParameter.Anno|(value = String(non-empty)) parameter: R|ft<kotlin/collections/MutableList<kotlin/String!>, kotlin/collections/List<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|
}
}