1 2 3 4 5 6 7 8
/** * This is link to [MY_CONSTANT_VALUE] */ class Foo { companion object { val MY_CONSTANT_VALUE = 0 } }