blob: 7fd81dd630dc7520690bcb0cdf9005e228be1879 [file] [log] [blame]
public class SomeClass {
void foo(String param) {
if (param.<caret>)
}
}