// "Annotate property with @JvmField" "true" import a.A; class B { void bar() { A a = A.property; A a2 = a.A.property; A a3 = A.property; } }