[Analysis API] add some basic tests for symbol substitution
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
KtDeclaration: KtNamedFunction
|
||||
Symbol:
|
||||
fun <T> foo(x: kotlin.collections.List<T>, y: kotlin.collections.Map<T, kotlin.String>, k: kotlin.String): kotlin.Int
|
||||
|
||||
Signature:
|
||||
foo(x: kotlin.collections.List<T>, y: kotlin.collections.Map<T, kotlin.String>, k: kotlin.String): kotlin.Int
|
||||
Reference in New Issue
Block a user