blob: 3d0c8efd429eca60bce68eb62e56d289ae3d5332 [file] [log] [blame]
// "Create Method 'f'" "true"
class A {
{
f(A::foo);
}
private void f(Object foo) {
<selection></selection>
}
static int foo() {
return 42;
}
}