blob: 6ead00928d8e256e08437245c7016e8e3d93566d [file] [log] [blame]
public class Parent {
def foo(o) {
if (!(o instanceof String)) {
o.substr<caret>
}
}
}