blob: cccad1ce70ecd2a5372be66eaf6b7018e29f6b1b [file] [log] [blame]
// WITH_RUNTIME
import java.io.File
fun File.foo() {
getAbsolutePath()<caret>
}