blob: 046c21797c827e4f35797174e698d50bcef49e71 [file] [log] [blame]
package templates;
public class Foo {
void m(Object arg) {
assert arg != null;<caret>
}
}