// "Annotate parameter 'sb' as @NonNls" "true" class Foo { java.util.function.Consumer consumerTest() { return sb -> sb.append("foo"); } }