Create function/property from usage: added "member" when appropriate + changed order

This commit is contained in:
Valentin Kipyatkov
2015-06-23 17:04:37 +03:00
parent b691ed2494
commit 2bd1362be6
216 changed files with 246 additions and 230 deletions
@@ -1,4 +1,4 @@
// "Create function 'get'" "true"
// "Create member function 'get'" "true"
class Foo<T> {
fun <T, V> x (y: Foo<Iterable<T>>, w: Iterable<V>) {
val z: Iterable<T> = y<caret>["", w]