fun test(b: Boolean) { val b = Foo().bar() } class Foo { fun bar() = true }