[Analysis API] add some basic tests for symbol substitution
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
// 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