blob: be563ed234104d4f7a77690271c9a080a9d9012e [file] [log] [blame]
class Foo {
void foo(String s) {}
{
foo("aaa".sub<caret>)
}
}