Files

7 lines
97 B
Java

class Test {
void get(){
boolean toInline = false;
if (!to<caret>Inline) return;
}
}