[Analysis API] add some basic tests for symbol substitution

This commit is contained in:
Ilya Kirillov
2022-06-08 17:16:47 +02:00
parent 7b1765cc8b
commit c95ac9f845
42 changed files with 1005 additions and 1 deletions
@@ -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