// "Create abstract property 'foo'" "true" interface A { val foo: Boolean fun bar(b: Boolean) {} fun test() { bar(foo) } }