18 lines
528 B
Plaintext
Vendored
18 lines
528 B
Plaintext
Vendored
package <root> {
|
|
// Signature: /Foo|null[0]
|
|
class Foo constructor() {
|
|
// Signature: /Foo.f1|f1(){}[0]
|
|
fun f1()
|
|
// Signature: /Foo.f2|f2(kotlin.Int){}[0]
|
|
infix fun f2(x: Int)
|
|
// Signature: /Foo.f3|f3(){}[0]
|
|
suspend fun f3()
|
|
// Signature: /Foo.f4|f4(){}[0]
|
|
tailrec fun f4()
|
|
// Signature: /Foo.f5|f5(kotlin.IntArray...){}[0]
|
|
fun f5(vararg x: Int)
|
|
// Signature: /Foo.plus|plus(kotlin.Int){}[0]
|
|
operator fun plus(x: Int)
|
|
}
|
|
}
|