Create function/property from usage: added "member" when appropriate + changed order
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'get'" "true"
|
||||
// "Create member function 'get'" "true"
|
||||
class Foo<T>
|
||||
fun <T> x (y: Foo<List<T>>, w: java.util.ArrayList<T>) {
|
||||
val z = y<caret>["", w]
|
||||
|
||||
Reference in New Issue
Block a user