skennedy
class X { private companion object { const val Y = 123 } }
Y
public static final int Y = 123;
X