Create from usage: Added tests.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Create method 'get' from usage" "true"
|
||||
import java.util.ArrayList
|
||||
|
||||
class Foo<S> {
|
||||
fun <T> x (y: Foo<List<T>>, w: ArrayList<T>) {
|
||||
val z: Iterable<T> = y<caret>["", w]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user