Create from Usage: Show target class name in the text of "Create member" quick fix

(cherry picked from commit a51d3fc)
This commit is contained in:
Alexey Sedunov
2016-07-15 00:52:26 +03:00
parent 82bdd1e42b
commit a1e86e8bfa
220 changed files with 234 additions and 229 deletions
@@ -1,4 +1,4 @@
// "Create member function 'component3'" "true"
// "Create member function 'Foo.component3'" "true"
class Foo<T> {
operator fun component1(): Int { return 0 }
operator fun component2(): Int { return 0 }