mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
9 lines
382 B
Plaintext
Vendored
9 lines
382 B
Plaintext
Vendored
package test
|
|
|
|
public interface IntrinsicCompanionObject {
|
|
public abstract fun testChar(/*0*/ p0: kotlin.Char.Companion!): kotlin.Unit
|
|
public abstract fun testEnum(/*0*/ p0: kotlin.Enum.Companion!): kotlin.Unit
|
|
public abstract fun testInt(/*0*/ p0: kotlin.Int.Companion!): kotlin.Unit
|
|
public abstract fun testString(/*0*/ p0: kotlin.String.Companion!): kotlin.Unit
|
|
}
|