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