blob: ddc45304493312328206c847f40a532900e2e425 [file] [log] [blame]
package templates;
public class Foo {
void m(Object o) {
assert o instanceof String;<caret>
}
}