In 1.3, companion members in interface can be annotated with JvmField, so fix replacing JvmField with const is no more actual. This fixes testCompanionInInterface.
replaces with 'const' when possible #KT-10981 Fixed