mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
7 lines
126 B
Plaintext
Vendored
7 lines
126 B
Plaintext
Vendored
package test
|
|
|
|
public final class River {
|
|
/*primary*/ public constructor River()
|
|
public final fun song(): kotlin.Int
|
|
}
|