blob: e70541a62e00d304de91d72ad3eda6105be08192 [file] [log] [blame]
// "Replace with getter" "true"
import java.io.File;
class Foo {
void foo(File f) {
String ss = f.<caret>path;
}
}