class C { val length = 54 } fun test(): Int { return (C::length).get(C()) }