blob: aeecd67b118384a8145388d0b61944394ca0f523 [file] [log] [blame]
public class Foo {
void m(boolean b) {
m(b.not<caret>);
}
}