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