blob: 96cff73aa658aec9a30357e00c3a2c5f1cf5571c [file] [log] [blame]
public abstract interface StringInParam : R|kotlin/Any| {
public final annotation class Anno : R|kotlin/Annotation| {
public constructor(value: R|kotlin/String|): R|test/StringInParam.Anno|
}
@R|test/StringInParam.Anno|(value = String(hello)) public open class Class : R|kotlin/Any| {
public constructor(): R|test/StringInParam.Class|
}
}