Create from Usage: Show receiver type in the text of "Create extension" quick fix
(cherry picked from commit c0d5df1)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create extension function 'plus'" "true"
|
||||
// "Create extension function 'Int.plus'" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
class A<T>(val n: T)
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create extension function 'plus'" "true"
|
||||
// "Create extension function 'Int.plus'" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
class A<T>(val n: T)
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create extension function '!u00A0'" "true"
|
||||
// "Create extension function 'Int.!u00A0'" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create extension function '!u00A0'" "true"
|
||||
// "Create extension function 'Int.!u00A0'" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user