blob: 71a2980ef02e6e8f66c5ae0ea38914e130a23bd0 [file] [log] [blame]
class Test {
public static String guessHome(home) {
while (home != null) {
home = home.getParentFile()
}
null
}
}