mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-26 07:59:55 +07:00
8 lines
93 B
Java
8 lines
93 B
Java
package templates.
|
|
|
|
public class Foo {
|
|
void m(String x) {
|
|
x.while<caret>
|
|
}
|
|
}
|