102f0d3470
Add newline to EOF, trim trailing spaces
11 lines
405 B
Plaintext
11 lines
405 B
Plaintext
package test
|
|
|
|
internal object SomeObject {
|
|
/*primary*/ private constructor SomeObject()
|
|
internal final fun test(/*0*/ a: kotlin.Int): kotlin.Int
|
|
|
|
public class object <class-object-for-SomeObject> : test.SomeObject {
|
|
/*primary*/ private constructor <class-object-for-SomeObject>()
|
|
internal final override /*1*/ /*fake_override*/ fun test(/*0*/ a: kotlin.Int): kotlin.Int
|
|
}
|
|
} |