Renamed tests

This commit is contained in:
Valentin Kipyatkov
2015-08-18 19:00:57 +03:00
parent e83711d41a
commit 58e79037ed
5 changed files with 24 additions and 24 deletions
@@ -0,0 +1,10 @@
import java.io.File
fun foo(o: Any) {
if (o is File) {
o.<caret>
}
}
// EXIST: { lookupString: "absolutePath", itemText: "absolutePath", tailText: " (from getAbsolutePath())", typeText: "String!" }
// ABSENT: getAbsolutePath