blob: fc6fc9f3b90ca2d6241ea3f629cbd1f4bd217038 [file] [log] [blame]
package templates;
public class Foo {
boolean m(Object o) {
if (o instanceof T1) return true;
o instanceof T2.assert<caret>
return false;
}
}