Changes on code review
This commit is contained in:
Vendored
+2
-2
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user