import abitestutils.abiTest fun box() = abiTest { expectFailure(prefixed("property accessor foo. can not be called")) { bar() } }