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, S: Iterable<T>> {
|
||||
fun <U> x (y: Foo<U, Iterable<U>>) {
|
||||
val z: U = y<caret>[""]
|
||||
|
||||
Reference in New Issue
Block a user