mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 15:20:54 +07:00
MethodMergingMinimalTail is updated, as now additional completion option is available GitOrigin-RevId: 290bdaf0e7aea3c2b676de052e118b7d08d0c525
7 lines
117 B
Java
7 lines
117 B
Java
class Foo {
|
|
{
|
|
foo("someTestAttachment", "".startsWith(<caret>))
|
|
}
|
|
|
|
void foo(String s, boolean z) {}
|
|
} |