Files

10 lines
125 B
Java

class Zoo {
void foo(int x) {
if (x < getAnnotati<caret>onsAreaOffset());
}
int getAnnotationsAreaOffset() {}
}