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