mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
10 lines
267 B
Plaintext
Vendored
10 lines
267 B
Plaintext
Vendored
package
|
|
|
|
package a {
|
|
public fun bar(/*0*/ i: kotlin.Int, /*1*/ s: kotlin.String, /*2*/ a: kotlin.Any): kotlin.Unit
|
|
public fun test1(): kotlin.Unit
|
|
public fun test2(): kotlin.Unit
|
|
public fun test3(): kotlin.Unit
|
|
public fun todo(): kotlin.Nothing
|
|
}
|