Files
kotlin-fork/compiler/testData/loadJava/compiledJava/IntrinsicCompanionObject.fir.txt
T
2022-06-29 16:50:05 +00:00

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|
}