Create from usage: Renamed all references of 'method' to 'function'.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Create method 'get' from usage" "true"
|
||||
// "Create function 'get' from usage" "true"
|
||||
class Foo<T> {
|
||||
fun <T, V> x (y: java.util.ArrayList<T>, w: java.util.ArrayList<V>) {
|
||||
val z: java.util.ArrayList<T>? = if (y<caret>["", w]) null else null
|
||||
|
||||
Reference in New Issue
Block a user