package templates; public class Foo { void m(Object o) { assert o instanceof String;<caret> } }