blob: 9bd54e567e90fa697edd1179b14c091651fcf09b [file] [log] [blame]
class A {
File myFile;
def foo() {
myFile.canonicalPath<caret>
}
}