blob: 4f35aeb5ba864234d4581b9b035c6c9985a01824 [file] [log] [blame]
public class Foo {
Foo getAnotherFoo() {}
void <caret>tryMakeMeStatic(boolean b) {
if (b) {
getAnotherFoo().tryMakeMeStatic(!b);
}
}
}