mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-31 11:20:55 +07:00
7 lines
105 B
Java
7 lines
105 B
Java
public class SomeClass {
|
|
private void b() {
|
|
a(i -> PathUtil.toS<caret>s + "Hello");
|
|
}
|
|
}
|
|
|