[Analysis API] add tests for KtSubstitutor
This commit is contained in:
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
// SUBSTITUTOR: T->kotlin.collections.List<S>;S->kotlin.Long
|
||||
// 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
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
// SUBSTITUTOR: T->kotlin.collections.List<S>;S->kotlin.Long
|
||||
// SUBSTITUTOR: T-> kotlin.collections.List<S>, S -> kotlin.Long
|
||||
|
||||
val <T, S> Map<T, S>.val<caret>ue: List<S>
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
// SUBSTITUTOR: T->kotlin.collections.List<S>;S->kotlin.Long
|
||||
// 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
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
// SUBSTITUTOR: T->kotlin.collections.List<S>;S->kotlin.Long
|
||||
// SUBSTITUTOR: T -> kotlin.collections.List<S>, S -> kotlin.Long
|
||||
|
||||
val <T, S> Map<T, S>.val<caret>ue: List<S>
|
||||
Reference in New Issue
Block a user