mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 04:43:02 +07:00
GitOrigin-RevId: 11fe3fdfa77f1d52c1e122dd790b3375488496f6
7 lines
169 B
Java
7 lines
169 B
Java
// "Annotate parameter 'sb' as @NonNls" "true"
|
|
class Foo {
|
|
java.util.function.Consumer<StringBuilder> consumerTest() {
|
|
return sb -> sb.append("<caret>foo");
|
|
}
|
|
}
|