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