package test internal object SomeObject { /*primary*/ private constructor SomeObject() internal final fun test(/*0*/ a: jet.Int): jet.Int public class object : test.SomeObject { /*primary*/ private constructor () internal final override /*1*/ /*fake_override*/ fun test(/*0*/ a: jet.Int): jet.Int } }