mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
12 lines
204 B
Plaintext
Vendored
12 lines
204 B
Plaintext
Vendored
package
|
|
|
|
package first {
|
|
public fun bar(/*0*/ x: kotlin.Int): kotlin.Unit
|
|
public fun baz(): kotlin.String
|
|
public fun foo(): kotlin.Unit
|
|
}
|
|
|
|
package other {
|
|
public fun main(): kotlin.Unit
|
|
}
|