Correct synthetic extensions for methods like "getURL"
This commit is contained in:
+6
-2
@@ -1,10 +1,14 @@
|
||||
fun Thread.foo() {
|
||||
<caret>
|
||||
fun Thread.foo(urlConnection: java.net.URLConnection) {
|
||||
with (urlConnection) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST_JAVA_ONLY: { lookupString: "priority", itemText: "priority", tailText: " for Thread", typeText: "Int" }
|
||||
// EXIST_JAVA_ONLY: { lookupString: "daemon", itemText: "daemon", tailText: " for Thread", typeText: "Boolean" }
|
||||
// EXIST_JAVA_ONLY: { lookupString: "URL", itemText: "URL", tailText: " for URLConnection", typeText: "URL!" }
|
||||
// ABSENT: getPriority
|
||||
// ABSENT: setPriority
|
||||
// ABSENT: isDaemon
|
||||
// ABSENT: setDaemon
|
||||
// ABSENT: getURL
|
||||
|
||||
Reference in New Issue
Block a user