mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
8 lines
251 B
Plaintext
Vendored
8 lines
251 B
Plaintext
Vendored
package
|
|
|
|
public val bar: (kotlin.Int) -> kotlin.Unit
|
|
public val bas: (kotlin.IntArray) -> kotlin.Unit
|
|
public fun gar(): (kotlin.Int) -> kotlin.Unit
|
|
public fun gas(): (kotlin.IntArray) -> kotlin.Unit
|
|
public fun outer(/*0*/ b: kotlin.Any?): kotlin.Unit
|