No callable references to synthetic extensions (and ones for get/set)
This commit is contained in:
+4
-3
@@ -2,6 +2,7 @@ import java.io.File
|
||||
|
||||
val v = File::<caret>
|
||||
|
||||
// EXIST_JAVA_ONLY: { itemText: "freeSpace", tailText: " (from getFreeSpace())", attributes: "bold" }
|
||||
// EXIST_JAVA_ONLY: { itemText: "isFile", tailText: " (from isFile())", attributes: "bold" }
|
||||
// ABSENT: { itemText: "isFile", tailText: "()" }
|
||||
// EXIST_JAVA_ONLY: { itemText: "getFreeSpace", tailText: "()", attributes: "bold" }
|
||||
// ABSENT: freeSpace
|
||||
// EXIST_JAVA_ONLY: { itemText: "isFile", tailText: "()", attributes: "bold" }
|
||||
// ABSENT: { itemText: "isFile", tailText: " (from isFile())" }
|
||||
|
||||
+4
-3
@@ -4,6 +4,7 @@ class MyFile : File("") {
|
||||
val v = ::<caret>
|
||||
}
|
||||
|
||||
// EXIST_JAVA_ONLY: { itemText: "freeSpace", tailText: " (from getFreeSpace())", attributes: "" }
|
||||
// EXIST_JAVA_ONLY: { itemText: "isFile", tailText: " (from isFile())", attributes: "" }
|
||||
// ABSENT: { itemText: "isFile", tailText: "()" }
|
||||
// EXIST_JAVA_ONLY: { itemText: "getFreeSpace", tailText: "()", attributes: "" }
|
||||
// ABSENT: freeSpace
|
||||
// EXIST_JAVA_ONLY: { itemText: "isFile", tailText: "()", attributes: "" }
|
||||
// ABSENT: { itemText: "isFile", tailText: " (from isFile())" }
|
||||
|
||||
Reference in New Issue
Block a user