mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
7 lines
151 B
Plaintext
Vendored
7 lines
151 B
Plaintext
Vendored
package test
|
|
|
|
public object SomeObject {
|
|
/*primary*/ private constructor SomeObject()
|
|
public final fun test(/*0*/ a: kotlin.Int): kotlin.Int
|
|
}
|