RENDER_COLLECTION_OF_TYPES changed

This commit is contained in:
Svetlana Isakova
2012-12-25 18:51:34 +04:00
parent 76a62d8b7d
commit 93fd2bf10f
4 changed files with 39 additions and 10 deletions
@@ -0,0 +1,11 @@
package aa
import java.util.ArrayList
fun foo(f: (List<Int>, ArrayList<String>) -> MutableMap<Int, String>) = f
fun test() {
foo {
""
}
}
@@ -0,0 +1,2 @@
<!-- renderCollectionOfTypes1 -->
Expected 2 parameters of types jet.List<jet.Int>, java.util.ArrayList<jet.String>