blob: 332af4640d8d44d73fdc67e92a7ddc59d51c6728 [file] [log] [blame]
public class Foo {
String getString() {}
{
getString().subSequence(<caret>)
}
}