mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
public class X {
|
|
void f(String a, String b) {
|
|
StringBuffer buffer = new StringBuffer();
|
|
<spot>buffer.append(a).append(b)</spot>;
|
|
}
|
|
} |