blob: 0a417ac7ef26069337deaefcbcae69162fd11250 [file] [log] [blame]
package templates;
public class Foo {
void m(String s) {
assert s.isEmpty() || s.contains("asas");<caret>
}
}