mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
10 lines
125 B
Plaintext
Vendored
10 lines
125 B
Plaintext
Vendored
package
|
|
|
|
package foo {
|
|
public fun bar(): kotlin.Int
|
|
|
|
package foo.bar {
|
|
public val x: kotlin.Int = 42
|
|
}
|
|
}
|