blob: 54162e5aa5b1882e515710b5e4dab30e959c5849 [file] [log] [blame]
public class Parent {
def foo(o) {
return o instanceof String && o.subst<caret>
}
}