mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
GitOrigin-RevId: d83baca2662fb7c124c7bec51bf53d78dc4fb303
5 lines
102 B
Java
5 lines
102 B
Java
public class Introduce {
|
|
void foo(String str) {
|
|
<selection>((String)str)</selection>
|
|
}
|
|
} |