07767f88e2
^KT-62340
35 lines
955 B
Plaintext
Vendored
35 lines
955 B
Plaintext
Vendored
library {
|
|
// module name: <FunctionModifiers.kt>
|
|
|
|
library fragment {
|
|
// package name: <root>
|
|
|
|
// class name: Foo
|
|
|
|
// signature: /Foo|null[0]
|
|
public final class Foo : kotlin/Any {
|
|
|
|
// signature: /Foo.<init>|-5645683436151566731[0]
|
|
public constructor()
|
|
|
|
// signature: /Foo.f1|3067719429478803475[0]
|
|
public final fun f1(): kotlin/Unit
|
|
|
|
// signature: /Foo.f2|998031826907343926[0]
|
|
public final infix fun f2(x: kotlin/Int): kotlin/Unit
|
|
|
|
// signature: /Foo.f3|-7352656899019660364[0]
|
|
public final suspend fun f3(): kotlin/Unit
|
|
|
|
// signature: /Foo.f4|-653369539400762817[0]
|
|
public final tailrec fun f4(): kotlin/Unit
|
|
|
|
// signature: /Foo.f5|136030160982396464[0]
|
|
public final fun f5(vararg x: kotlin/Int /* kotlin/IntArray */): kotlin/Unit
|
|
|
|
// signature: /Foo.plus|4955128566171430399[0]
|
|
public final operator fun plus(x: kotlin/Int): kotlin/Unit
|
|
}
|
|
}
|
|
}
|