[Analysis API] add testcases, add comments to tests
This commit is contained in:
Vendored
+2
-1
@@ -1,3 +1,4 @@
|
||||
// SUBSTITUTOR: T -> kotlin.collections.List<S>, S -> kotlin.Long
|
||||
// the test checks that function own type parameters (`S` in this test) won't be substituted recursively
|
||||
|
||||
fun <T, S> f<caret>oo(x: List<T>, y: Map<T, List<S>>, k: String): T
|
||||
fun <T, S> f<caret>oo(x: List<T>, y: Map<T, List<S>>, k: String): T
|
||||
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
// the test checks that function own type parameters (`S` in this test) won't be substituted recursively
|
||||
|
||||
// SUBSTITUTOR: T -> kotlin.collections.List<S>, S -> kotlin.Long
|
||||
|
||||
fun <T, S> f<caret>oo(x: List<T>, y: Map<T, List<S>>, k: String): T
|
||||
Reference in New Issue
Block a user