mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
6 lines
182 B
Plaintext
Vendored
6 lines
182 B
Plaintext
Vendored
package
|
|
|
|
public fun elvis(/*0*/ x: kotlin.Number?): kotlin.Int
|
|
public fun elvisWithRHSTypeInfo(/*0*/ x: kotlin.Number?): kotlin.Any?
|
|
public fun foo(/*0*/ x: kotlin.Int?): kotlin.Int
|