blob: 3b4f2b76c337f60538fe62a8209235a3c2533d0e [file] [log] [blame]
// "Create Method 'f'" "true"
class A {
{
f(() -> {});
}
private void f(Object p0) {
<caret><selection></selection>
}
}