Files
2015-09-08 02:04:32 +03:00

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
}