// "Create abstract function 'foo'" "true" abstract class A { fun bar(b: Boolean) {} fun test() { bar(foo(1, "2")) } }