Changes on code review

This commit is contained in:
Valentin Kipyatkov
2015-07-15 16:06:46 +03:00
parent 867b0b5075
commit 53810c67db
7 changed files with 24 additions and 27 deletions
@@ -1,8 +1,8 @@
import java.io.File
fun File.foo(absolutePath: String) {
fun File.foo(absolutePath: String?) {
<caret>
}
// EXIST_JAVA_ONLY: getAbsolutePath
// ABSENT: { itemText: "absolutePath", tailText: " for File" }
// ABSENT: { itemText: "absolutePath", typeText: "String" }