38f4a35be2
#KT-52020 Fixed
13 lines
479 B
Plaintext
Vendored
13 lines
479 B
Plaintext
Vendored
public abstract interface IntrinsicCompanionObject : R|kotlin/Any| {
|
|
public abstract fun testInt(i: R|kotlin/Int.Companion!|): R|kotlin/Unit|
|
|
|
|
public abstract fun testChar(c: R|kotlin/Char.Companion!|): R|kotlin/Unit|
|
|
|
|
public abstract fun testString(s: R|kotlin/String.Companion!|): R|kotlin/Unit|
|
|
|
|
public abstract fun testBoolean(b: R|kotlin/Boolean.Companion!|): R|kotlin/Unit|
|
|
|
|
public abstract fun testEnum(e: R|kotlin/Enum.Companion!|): R|kotlin/Unit|
|
|
|
|
}
|