blob: 400aaccd2b5ac106ffb521a6991ec6df9b438c14 [file] [log] [blame]
class X {
void bar(String s) {}
{
bar((<caret>)->{});
}
}