blob: 1f9c5d7b70ed372f4fd409f8515c46cd0ea50d38 [file] [log] [blame]
public abstract interface PrimitiveValueInParam : R|kotlin/Any| {
@R|test/PrimitiveValueInParam.Ann|(i = Int(1), l = Long(1), d = Double(1.0), f = Float(1.0), bool = Boolean(true), str = String(str)) public open class A : R|kotlin/Any| {
public constructor(): R|test/PrimitiveValueInParam.A|
}
public final annotation class Ann : R|kotlin/Annotation| {
public constructor(i: R|kotlin/Int|, l: R|kotlin/Long|, d: R|kotlin/Double|, f: R|kotlin/Float|, bool: R|kotlin/Boolean|, str: R|kotlin/String|): R|test/PrimitiveValueInParam.Ann|
}
}