mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-25 17:11:52 +07:00
7 lines
125 B
Java
7 lines
125 B
Java
package templates;
|
|
|
|
public class Foo {
|
|
void m(String s) {
|
|
s.isEmpty() || s.contains("asas").assert<caret>
|
|
}
|
|
} |