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