RENDER_COLLECTION_OF_TYPES changed
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user