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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create member function 'hasNext'" "true"
|
||||
// "Create member function 'FooIterator.hasNext'" "true"
|
||||
class FooIterator<T> {
|
||||
operator fun next(): T {
|
||||
throw Exception("not implemented")
|
||||
|
||||
Reference in New Issue
Block a user