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