mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
7 lines
94 B
Plaintext
Vendored
7 lines
94 B
Plaintext
Vendored
package
|
|
|
|
package foo {
|
|
public val bar: kotlin.Int = 32
|
|
public fun bar(): kotlin.Int
|
|
}
|