blob: edbc8de266fce97f9bafe57db84247cfa037efe1 [file] [log] [blame]
import java.io.File
fun test() {
val f = File("testFile")
// Should be no ;
f.deleteOnExit<caret>
}